Browse Source

include/asm-x86/string_32.h: checkpatch cleanups - formatting only

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Joe Perches 17 years ago
parent
commit
06b0f574ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/asm-x86/string_32.h

+ 1 - 1
include/asm-x86/string_32.h

@@ -3,7 +3,7 @@
 
 #ifdef __KERNEL__
 
-/* Let gcc decide wether to inline or use the out of line functions */
+/* Let gcc decide whether to inline or use the out of line functions */
 
 #define __HAVE_ARCH_STRCPY
 extern char *strcpy(char *dest, const char *src);