summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-01-09 17:24:01 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-01-09 17:24:01 +0000
commitb4d4e0751d88d59c564114381fa793c6418d1038 (patch)
treeb144b57c911f80ee9637d0b8b5bb18ffd7160a1e /sys
parentd9846bd01ff0e097030b1611d090f58d1726d6ab (diff)
Fix comment (noticed by cas@trans-nt.com)
Diffstat (limited to 'sys')
-rw-r--r--sys/net/if_dl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_dl.h b/sys/net/if_dl.h
index 8697f1f8a56..2ef93321449 100644
--- a/sys/net/if_dl.h
+++ b/sys/net/if_dl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_dl.h,v 1.2 1997/02/24 13:33:58 niklas Exp $ */
+/* $OpenBSD: if_dl.h,v 1.3 2001/01/09 17:24:00 angelos Exp $ */
/* $NetBSD: if_dl.h,v 1.8 1995/03/26 20:30:13 jtc Exp $ */
/*
@@ -59,7 +59,7 @@
*/
struct sockaddr_dl {
u_char sdl_len; /* Total length of sockaddr */
- u_char sdl_family; /* AF_DLI */
+ u_char sdl_family; /* AF_LINK */
u_int16_t sdl_index; /* if != 0, system given index for interface */
u_char sdl_type; /* interface type */
u_char sdl_nlen; /* interface name length, no trailing 0 reqd. */