diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2011-11-12 12:33:00 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2011-11-12 12:33:00 +0000 |
commit | 2c31ff6710cd83840eeb1e75cab699a925305358 (patch) | |
tree | d9e5a6ece27fdfa6ac9257cb548da680853df814 /sys/net | |
parent | 019b25b88258c6abceb47c976114eb8e5e8022cd (diff) |
Fix a comment
From Abel Abraham Camarillo Ojeda, reminded by Brad.
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/if_sppp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_sppp.h b/sys/net/if_sppp.h index 2bf935beaad..fec89c6456e 100644 --- a/sys/net/if_sppp.h +++ b/sys/net/if_sppp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sppp.h,v 1.15 2009/02/16 20:03:36 canacar Exp $ */ +/* $OpenBSD: if_sppp.h,v 1.16 2011/11/12 12:32:59 claudio Exp $ */ /* $NetBSD: if_sppp.h,v 1.2.2.1 1999/04/04 06:57:39 explorer Exp $ */ /* @@ -66,7 +66,7 @@ struct sipcp { u_int flags; #define IPCP_HISADDR_SEEN 1 /* have seen his address already */ #define IPCP_MYADDR_DYN 2 /* my address is dynamically assigned */ -#define IPCP_MYADDR_SEEN 4 /* have seen his address already */ +#define IPCP_MYADDR_SEEN 4 /* have seen my address already */ #define IPCP_HISADDR_DYN 8 /* his address is dynamically assigned */ #define IPV6CP_MYIFID_DYN 2 #define IPV6CP_MYIFID_SEEN 4 |