]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-bgp.c
Fix some typos
[tcpdump] / print-bgp.c
index ba927e4b26261dc7b010760e6647b1374900cff8..a281b5a34238a75535c1b48d378daa063ab085d4 100644 (file)
@@ -962,7 +962,7 @@ bgp_rt_prefix_print(netdissect_options *ndo,
     /*
      * get the ext-comm type
      * Note: pptr references a static 8 octet buffer with unused bits set to 0,
-     * hense EXTRACT_*() macros are safe.
+     * hence EXTRACT_*() macros are safe.
      */
     ec_type = EXTRACT_BE_U_2(pptr);
     switch (ec_type) {