Fix typo: Miscrosoft -> Microsoft.
author |
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde |
date |
Thu, 29 Mar 2007 16:16:14 +0000 |
parents |
430312ce8ab9 |
children |
5ce8bdb1369f |
files |
inttypes.h stdint.h |
diffstat |
2 files changed, 2 insertions(+), 2 deletions(-)
[+]
|
line diff
--- 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
--- 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