summaryrefslogtreecommitdiffstats
path: root/lib/libpcap/gencode.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpcap/gencode.c')
-rw-r--r--lib/libpcap/gencode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpcap/gencode.c b/lib/libpcap/gencode.c
index 640e4a4d30c..d8b02985c72 100644
--- a/lib/libpcap/gencode.c
+++ b/lib/libpcap/gencode.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gencode.c,v 1.49 2018/06/03 10:29:28 sthen Exp $ */
+/* $OpenBSD: gencode.c,v 1.50 2018/11/09 20:36:04 denis Exp $ */
/*
* Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998
@@ -2244,7 +2244,7 @@ gen_proto(v, proto, dir)
bpf_error("'ah proto' is bogus");
case Q_ESP:
- bpf_error("'ah proto' is bogus");
+ bpf_error("'esp proto' is bogus");
default:
abort();