]> The Tcpdump Group git mirrors - tcpdump/commitdiff
CFM: Fix a few typos.
authorDenis Ovsienko <[email protected]>
Wed, 13 Sep 2017 13:06:47 +0000 (14:06 +0100)
committerDenis Ovsienko <[email protected]>
Wed, 13 Sep 2017 13:06:47 +0000 (14:06 +0100)
print-cfm.c

index bf915a255c191071a3f9a4a4ab2cfe8e29d4eb6a..b23659186f7d96ebe992d51bab880d3535e74ba9 100644 (file)
@@ -223,9 +223,9 @@ cfm_network_addr_print(netdissect_options *ndo,
     u_int hexdump =  FALSE;
 
     /*
-     * Altough AFIs are tpically 2 octects wide,
+     * Although AFIs are typically 2 octects wide,
      * 802.1ab specifies that this field width
-     * is only once octet
+     * is only one octet.
      */
     if (length < 1) {
         ND_PRINT((ndo, "\n\t  Network Address Type (invalid, no data"));