Signed-off-by: Francois Gouget fgouget@free.fr ---
I guess this should be sent upstream (there is an upstream, right?). If someone feels motivated you have my blessing.
include/msvcrt/stdint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/msvcrt/stdint.h b/include/msvcrt/stdint.h index d228071197a..7ecdb23cc6f 100644 --- a/include/msvcrt/stdint.h +++ b/include/msvcrt/stdint.h @@ -177,7 +177,7 @@ typedef unsigned long long uintmax_t;
/* 7.18.4.1 Macros for minimum-width integer constants
- Accoding to Douglas Gwyn gwyn@arl.mil: + According to Douglas Gwyn gwyn@arl.mil: "This spec was changed in ISO/IEC 9899:1999 TC1; in ISO/IEC 9899:1999 as initially published, the expansion was required to be an integer constant of precisely matching type, which