From 031063345d6569c4ba7d2e20af47135d8310105a Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Sun, 24 May 2020 15:04:28 +0200 Subject: Fix an error message Probably a copy & paste error. --- gencode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gencode.c') diff --git a/gencode.c b/gencode.c index 8984b965..29788598 100644 --- a/gencode.c +++ b/gencode.c @@ -6491,7 +6491,7 @@ gen_proto(compiler_state_t *cstate, bpf_u_int32 v, int proto, int dir) /*NOTREACHED*/ case Q_ESP: - bpf_error(cstate, "'ah proto' is bogus"); + bpf_error(cstate, "'esp proto' is bogus"); /*NOTREACHED*/ case Q_PIM: -- cgit v1.2.3