aboutsummaryrefslogtreecommitdiff
path: root/stdlib/inttypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/inttypes.h')
-rw-r--r--stdlib/inttypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/inttypes.h b/stdlib/inttypes.h
index 0ace21f..8f0fa8a 100644
--- a/stdlib/inttypes.h
+++ b/stdlib/inttypes.h
@@ -294,7 +294,7 @@ typedef wchar_t __gwchar_t;
# define SCNuMAX __PRI64_PREFIX "u"
# define SCNxMAX __PRI64_PREFIX "x"
-/* Macros for scaning `intptr_t' and `uintptr_t'. */
+/* Macros for scanning `intptr_t' and `uintptr_t'. */
# define SCNdPTR __PRIPTR_PREFIX "d"
# define SCNiPTR __PRIPTR_PREFIX "i"
# define SCNoPTR __PRIPTR_PREFIX "o"