From: Francois-Xavier Le Bail Date: Tue, 3 Jan 2023 12:17:57 +0000 (+0100) Subject: Fix a typo in comment X-Git-Tag: libpcap-1.10.3~11 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/6291f6f22e14e80b74f599bb9763ef595bddb273 Fix a typo in comment (cherry picked from commit c555abc4a2008887feac1370d40e80300bc126cf) [skip ci] --- diff --git a/pflog.h b/pflog.h index 0d3f899b..b49d04fc 100644 --- a/pflog.h +++ b/pflog.h @@ -77,7 +77,7 @@ #endif /* - * Action vaues. + * Action values. */ #define PF_PASS 0 #define PF_DROP 1