diff options
author | 2010-10-15 09:27:03 +0000 | |
---|---|---|
committer | 2010-10-15 09:27:03 +0000 | |
commit | 293b08cf36aee89ce1fb60fe0fd3b2555cc54ab9 (patch) | |
tree | e4aed255ea2c758933b8a77258a91fc6b3cae867 | |
parent | Fixed default branch handling and added support for branches in branches. (diff) | |
download | wireguard-openbsd-293b08cf36aee89ce1fb60fe0fd3b2555cc54ab9.tar.xz wireguard-openbsd-293b08cf36aee89ce1fb60fe0fd3b2555cc54ab9.zip |
typo in comment
-rw-r--r-- | usr.sbin/snmpd/kroute.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/snmpd/kroute.c b/usr.sbin/snmpd/kroute.c index 163a199ffd2..20669848687 100644 --- a/usr.sbin/snmpd/kroute.c +++ b/usr.sbin/snmpd/kroute.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kroute.c,v 1.14 2010/06/11 10:45:36 jsg Exp $ */ +/* $OpenBSD: kroute.c,v 1.15 2010/10/15 09:27:03 sthen Exp $ */ /* * Copyright (c) 2007, 2008 Reyk Floeter <reyk@vantronix.net> @@ -745,7 +745,7 @@ mask2prefixlen6(struct sockaddr_in6 *sa_in6) u_int8_t l = 0, i, len; /* - * sin6_len is the size of the sockaddr so substract the offset of + * sin6_len is the size of the sockaddr so subtract the offset of * the possibly truncated sin6_addr struct. */ len = sa_in6->sin6_len - |