summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1998-11-25 02:31:00 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1998-11-25 02:31:00 +0000
commit9021e19e4113a739c388ecd155121a00ea071707 (patch)
tree3a54ac53a307df2b749e494b49e65c69d74e881d
parentbbfacc562df9610d6074e3db45b68673cf0b7f7d (diff)
typo in diagnostic
-rw-r--r--sys/netinet/ip_esp_old.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_esp_old.c b/sys/netinet/ip_esp_old.c
index 02f80af4678..db56229420e 100644
--- a/sys/netinet/ip_esp_old.c
+++ b/sys/netinet/ip_esp_old.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_esp_old.c,v 1.21 1998/11/25 02:01:27 niklas Exp $ */
+/* $OpenBSD: ip_esp_old.c,v 1.22 1998/11/25 02:30:59 niklas Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
@@ -404,7 +404,7 @@ esp_old_input(struct mbuf *m, struct tdb *tdb)
do {
mi = (mo = mi)->m_next;
if (mi == NULL)
- panic("esp_old_output(): bad chain (i)\n");
+ panic("esp_old_input(): bad chain (i)\n");
} while (mi->m_len == 0);
if (mi->m_len < blks - rest)