diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-01-09 17:24:01 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-01-09 17:24:01 +0000 |
commit | b4d4e0751d88d59c564114381fa793c6418d1038 (patch) | |
tree | b144b57c911f80ee9637d0b8b5bb18ffd7160a1e /sys/net/if_dl.h | |
parent | d9846bd01ff0e097030b1611d090f58d1726d6ab (diff) |
Fix comment (noticed by cas@trans-nt.com)
Diffstat (limited to 'sys/net/if_dl.h')
-rw-r--r-- | sys/net/if_dl.h | 4 |
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. */ |