diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-05-24 15:04:28 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-05-24 15:04:39 +0200 |
commit | 031063345d6569c4ba7d2e20af47135d8310105a (patch) | |
tree | 38c44e6ad463eddc5ba80c163849fc80c452a8f9 /gencode.c | |
parent | 7a23bb335748d78c1865b2b57da18d30ee83c53f (diff) |
Fix an error message
Probably a copy & paste error.
Diffstat (limited to 'gencode.c')
-rw-r--r-- | gencode.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |