summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2023-01-26 20:52:39 +0000
committerDenis Ovsienko <denis@ovsienko.info>2023-01-26 20:52:39 +0000
commit08ad71df647cc863c03b4bac66d0bdcc0affb8c7 (patch)
tree406387976adaaf064a9e32c221e6095dc915f897
parent2862c20c8bfd54ac47fb660aa7b025988c056f7b (diff)
downloadlibpcap-08ad71df647cc863c03b4bac66d0bdcc0affb8c7.tar.gz
Fix a typo in a comment. [skip ci]
-rw-r--r--pcap/pcap-inttypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap/pcap-inttypes.h b/pcap/pcap-inttypes.h
index 8c7b4f65..efaf6081 100644
--- a/pcap/pcap-inttypes.h
+++ b/pcap/pcap-inttypes.h
@@ -74,7 +74,7 @@
#else /* defined(_MSC_VER) */
/*
* Not Visual Studio.
- * Include <inttypes.h> to get the integer types and PRi[doux]64 values
+ * Include <inttypes.h> to get the integer types and PRI[doux]64 values
* defined.
*
* If the compiler is MinGW, we assume we have <inttypes.h> - and