# HG changeset patch # User ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde # Date 1175184974 0 # Node ID f831bbea34012e7a6c61f842580bcb006130de8d # Parent 430312ce8ab96e395653666e8dc4835790d68e76 Fix typo: Miscrosoft -> Microsoft. diff --git a/inttypes.h b/inttypes.h --- a/inttypes.h +++ b/inttypes.h @@ -1,4 +1,4 @@ -// ISO C9x compliant inttypes.h for Miscrosoft Visual Studio +// ISO C9x compliant inttypes.h for Microsoft Visual Studio // Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124 // // Copyright (c) 2006 Alexander Chemeris diff --git a/stdint.h b/stdint.h --- a/stdint.h +++ b/stdint.h @@ -1,4 +1,4 @@ -// ISO C9x compliant stdint.h for Miscrosoft Visual Studio +// ISO C9x compliant stdint.h for Microsoft Visual Studio // Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124 // // Copyright (c) 2006 Alexander Chemeris