diff --git a/src/msvc-missing/stdint.h b/src/msvc-missing/stdint.h index 51687f70..1914e6d9 100644 --- a/src/msvc-missing/stdint.h +++ b/src/msvc-missing/stdint.h @@ -228,7 +228,7 @@ typedef unsigned __int64 uintmax_t; /* 7.18.4.1 Macros for minimum-width integer constants - Accoding to Douglas Gwyn : + According to Douglas Gwyn : "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