Check-in Number:
|
4334 | |
Date: |
2004-Jan-15 14:02:21 (local)
2004-Jan-15 13:02:21 (UTC) |
User: | rse |
Branch: | |
Comment: |
fix typos |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/uuid_ac.h 1.1 -> 1.2
--- uuid_ac.h 2004/01/15 12:38:32 1.1
+++ uuid_ac.h 2004/01/15 13:02:21 1.2
@@ -40,12 +40,12 @@
#if SIZEOF_CHAR == 1
typedef char uuid_int8_t;
#else
-#error uexpected: sizeof(char) != 1 !?
+#error unexpected: sizeof(char) != 1 !?
#endif
#if SIZEOF_UNSIGNED_CHAR == 1
typedef unsigned char uuid_uint8_t;
#else
-#error uexpected: sizeof(unsigned char) != 1 !?
+#error unexpected: sizeof(unsigned char) != 1 !?
#endif
/* determine types of 16-bit size */
|
|