Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / mips / include / asm / mipsregs.h
index 4d9870975382be738893a92bcb2a68ca96fe3181..6a6f8a8f542dfb2516f4f5e3de8f13d9d810327f 100644 (file)
@@ -922,7 +922,7 @@ do {                                                                        \
 #define write_c0_config7(val)  __write_32bit_c0_register($16, 7, val)
 
 /*
- * The WatchLo register.  There may be upto 8 of them.
+ * The WatchLo register.  There may be up to 8 of them.
  */
 #define read_c0_watchlo0()     __read_ulong_c0_register($18, 0)
 #define read_c0_watchlo1()     __read_ulong_c0_register($18, 1)
@@ -942,7 +942,7 @@ do {                                                                        \
 #define write_c0_watchlo7(val) __write_ulong_c0_register($18, 7, val)
 
 /*
- * The WatchHi register.  There may be upto 8 of them.
+ * The WatchHi register.  There may be up to 8 of them.
  */
 #define read_c0_watchhi0()     __read_32bit_c0_register($19, 0)
 #define read_c0_watchhi1()     __read_32bit_c0_register($19, 1)