diff options
Diffstat (limited to 'pcap/pcap-inttypes.h')
-rw-r--r-- | pcap/pcap-inttypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap/pcap-inttypes.h b/pcap/pcap-inttypes.h index 8c7b4f651ede..efaf60813847 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 |