From 7f0d9e61f40c669fca3cfd1e342fa8236c7220b7 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Sat, 20 May 2023 13:37:47 +0000 Subject: Fix all the remaining misspellings -- BZ 25337 --- stdlib/inttypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/inttypes.h') diff --git a/stdlib/inttypes.h b/stdlib/inttypes.h index 0ace21f54d..8f0fa8ab9f 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" -- cgit 1.4.1