diff options
author | 2018-11-09 20:36:04 +0000 | |
---|---|---|
committer | 2018-11-09 20:36:04 +0000 | |
commit | ac451769451cc2cf3878f62d3880508d733642bc (patch) | |
tree | 25502836486aea413ec95c59765822d8a9a95865 /lib/libpcap/gencode.c | |
parent | remove the not yet implemented "handshake" subdirectory (diff) | |
download | wireguard-openbsd-ac451769451cc2cf3878f62d3880508d733642bc.tar.xz wireguard-openbsd-ac451769451cc2cf3878f62d3880508d733642bc.zip |
fix a typo
OK jca@ (from a long time ago...)
Diffstat (limited to 'lib/libpcap/gencode.c')
-rw-r--r-- | lib/libpcap/gencode.c | 4 |
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(); |