summaryrefslogtreecommitdiffstats
path: root/sys/netipsec
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-11-28 21:01:26 +0000
committerbz <bz@FreeBSD.org>2009-11-28 21:01:26 +0000
commitb1928221d27e9428e04efc47dfd666244939ba7f (patch)
treea5f4294f77ff1111241bcd1153802124351a0d12 /sys/netipsec
parente128830deaf82e06a67d131f2a299f8bd89212bb (diff)
downloadFreeBSD-src-b1928221d27e9428e04efc47dfd666244939ba7f.zip
FreeBSD-src-b1928221d27e9428e04efc47dfd666244939ba7f.tar.gz
Correct a typo.
MFC after: 6 days
Diffstat (limited to 'sys/netipsec')
-rw-r--r--sys/netipsec/ipsec_mbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipsec/ipsec_mbuf.c b/sys/netipsec/ipsec_mbuf.c
index 97f9714..ffbe664 100644
--- a/sys/netipsec/ipsec_mbuf.c
+++ b/sys/netipsec/ipsec_mbuf.c
@@ -69,7 +69,7 @@ m_makespace(struct mbuf *m0, int skip, int hlen, int *off)
* At this point skip is the offset into the mbuf m
* where the new header should be placed. Figure out
* if there's space to insert the new header. If so,
- * and copying the remainder makese sense then do so.
+ * and copying the remainder makes sense then do so.
* Otherwise insert a new mbuf in the chain, splitting
* the contents of m as needed.
*/
OpenPOWER on IntegriCloud