linux/types.h: fix typo unchar
[oweals/u-boot.git] / include / linux / types.h
index 51cb284bb8834510f2ad5d8b53ba19c74fcd1c4a..bd912bcb42fd2bc54619828f21f93dac95d3984f 100644 (file)
@@ -85,7 +85,7 @@ typedef unsigned int          u_int;
 typedef unsigned long          u_long;
 
 /* sysv */
-typedef unsigned char          unchar;
+typedef unsigned char          uchar;
 typedef unsigned short         ushort;
 typedef unsigned int           uint;
 typedef unsigned long          ulong;