Fix some typos

This commit is contained in:
Aaron Franke
2021-02-15 15:47:28 -05:00
parent 935f85131f
commit 7efddeb737
8 changed files with 11 additions and 11 deletions

View File

@@ -14,7 +14,7 @@
#include "common.h"
/* Define the printf format specifer to use for size_t output */
/* Define the printf format specifier to use for size_t output */
#if defined(_MSC_VER) || defined(__MINGW32__)
# define PRIuZ "Iu"
# define PRIxZ "Ix"