]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sflow.c
Replace some command name 'Tcpdump' with 'tcpdump'
[tcpdump] / print-sflow.c
index ea947ba2b4f0ce10d57332c600cf7184037a98a5..0b6a832e4fdc1073e0e40a4347cfb890a55f6b7d 100644 (file)
@@ -690,7 +690,7 @@ sflow_print_flow_records(netdissect_options *ndo,
 
        sflow_flow_record = (const struct sflow_flow_record_t *)tptr;
 
-       /* so, the funky encoding means we cannot blythly mask-off
+       /* so, the funky encoding means we cannot blithely mask-off
           bits, we must also check the enterprise. */
 
        enterprise = GET_BE_U_4(sflow_flow_record->format);