diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2013-06-01 16:29:01 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2013-06-01 16:29:01 +0000 |
commit | 938bad69f13d937ccdcbf832d06f7dd1ac81db6c (patch) | |
tree | 1acafe2b945ac13fd94b8527fcade8418f33c7f4 /sys | |
parent | dfa31a2b110abd8c5515fcebf0b57aa6b63b7a08 (diff) |
Fix typo backswards -> backwards.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet/ipsec_input.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |