Fix typos from Bernie's review.
[bertos.git] / cpu / types.h
index 187d45f14be1f08798e5f61eeeacb2489b14e0ab..be9b5fd5db6188117d098e8c46bf4373d53aef30 100644 (file)
@@ -49,7 +49,7 @@
 
        typedef uint16_t cpuflags_t; // FIXME
        typedef unsigned int cpustack_t;
-       #warning Verify following costant
+       #warning Verify following constant
        #define SIZEOF_CPUSTACK_T 2
 
 #elif CPU_X86
@@ -86,7 +86,7 @@
        typedef unsigned int cpustack_t;
        #warning Verify following costant
        #define SIZEOF_CPUSTACK_T 2
-       
+
 #elif CPU_AVR
 
        typedef uint8_t cpuflags_t;