summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2010-10-15 09:27:04 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2010-10-15 09:27:04 +0000
commit01cde4cc631484501562ad1648afe4c3317b0519 (patch)
tree2c51fa2cf608e287d80fe4a068cba1d540451c53 /usr.sbin
parentd2791bf27ffec17cc0b5fd5a0dc360ed293daea5 (diff)
typo in comment
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/snmpd/kroute.c4
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 -