]> The Tcpdump Group git mirrors - tcpdump/commitdiff
juniper: fix some block diagrams in comments. [skip ci]
authorGuy Harris <[email protected]>
Tue, 3 Sep 2024 19:05:16 +0000 (12:05 -0700)
committerFrancois-Xavier Le Bail <[email protected]>
Thu, 5 Sep 2024 14:38:24 +0000 (16:38 +0200)
Remove extra space between "channel" and "ID".

Spell out "reserved", so codespell doesn't complain.  Spell out "count"
while we're at it.

(cherry picked from commit e78235457767a506a80185a9a486f0666ba3091b)

print-juniper.c

index f2d5c75977a0dfd0324196fe968c5721a8bc9d7f..8e30a6d7fa9e736d905bf8ba666e40ecf1ac03bf 100644 (file)
@@ -1009,7 +1009,7 @@ juniper_mlfr_if_print(netdissect_options *ndo,
  *     ATM1 PIC cookie format
  *
  *     +-----+-------------------------+-------------------------------+
- *     |fmtid|     vc index            |  channel  ID                  |
+ *     |fmtid|     vc index            |  channel ID                   |
  *     +-----+-------------------------+-------------------------------+
  */
 
@@ -1070,7 +1070,7 @@ juniper_atm1_if_print(netdissect_options *ndo,
  *     ATM2 PIC cookie format
  *
  *     +-------------------------------+---------+---+-----+-----------+
- *     |     channel ID                |  reserv |AAL| CCRQ| gap cnt   |
+ *     |     channel ID                |reserved |AAL| CCRQ| gap count |
  *     +-------------------------------+---------+---+-----+-----------+
  */