From 938bad69f13d937ccdcbf832d06f7dd1ac81db6c Mon Sep 17 00:00:00 2001 From: Alexander Bluhm Date: Sat, 1 Jun 2013 16:29:01 +0000 Subject: Fix typo backswards -> backwards. --- sys/netinet/ipsec_input.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/netinet/ipsec_input.c b/sys/netinet/ipsec_input.c index af9946496f2..f3ec0992fcd 100644 --- a/sys/netinet/ipsec_input.c +++ b/sys/netinet/ipsec_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsec_input.c,v 1.114 2013/04/24 10:17:08 mpi Exp $ */ +/* $OpenBSD: ipsec_input.c,v 1.115 2013/06/01 16:29:00 bluhm Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -996,7 +996,7 @@ ipsec_common_ctlinput(u_int rdomain, int cmd, struct sockaddr *sa, return (NULL); } - /* Walk the chain backswards to the first tdb */ + /* Walk the chain backwards to the first tdb */ for (; tdbp; tdbp = tdbp->tdb_inext) { if (tdbp->tdb_flags & TDBF_INVALID || (adjust = ipsec_hdrsz(tdbp)) == -1) { -- cgit v1.2.3