From b1928221d27e9428e04efc47dfd666244939ba7f Mon Sep 17 00:00:00 2001 From: bz Date: Sat, 28 Nov 2009 21:01:26 +0000 Subject: [PATCH] Correct a typo. MFC after: 6 days --- sys/netipsec/ipsec_mbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netipsec/ipsec_mbuf.c b/sys/netipsec/ipsec_mbuf.c index 97f97142d6b..ffbe6649b34 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. */ -- 2.45.2