Skip to content

Commit 82f3498

Browse files
committed
Fix a typo in a comment
Found with the codespell command. [skip ci]
1 parent 6535988 commit 82f3498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pcap-common.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,7 @@ dlt_to_linktype(int dlt)
13431343
* That way, for example, "raw IP" packets will have
13441344
* LINKTYPE_RAW as the code in all savefiles for
13451345
* which the code that writes them maps to that
1346-
* value, regardless of the platform on whih they
1346+
* value, regardless of the platform on which they
13471347
* were written, so they should be readable on all
13481348
* platforms without having to determine on which
13491349
* platform they were written.
@@ -1495,7 +1495,7 @@ linktype_to_dlt(int linktype)
14951495
* That way, for example, "raw IP" packets will have
14961496
* LINKTYPE_RAW as the code in all savefiles for
14971497
* which the code that writes them maps to that
1498-
* value, regardless of the platform on whih they
1498+
* value, regardless of the platform on which they
14991499
* were written, so they should be readable on all
15001500
* platforms without having to determine on which
15011501
* platform they were written.

0 commit comments

Comments
 (0)