summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print-macsec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-macsec.c b/print-macsec.c
index 3c34e12d..cf172811 100644
--- a/print-macsec.c
+++ b/print-macsec.c
@@ -108,7 +108,7 @@ static void macsec_print_header(netdissect_options *ndo,
ND_PRINT(", ");
}
-/* returns < 0 iff the packet can be decoded completely */
+/* returns < 0 if the packet can be decoded completely */
int macsec_print(netdissect_options *ndo, const u_char **bp,
u_int *lengthp, u_int *caplenp, u_int *hdrlenp,
const struct lladdr_info *src, const struct lladdr_info *dst)