]> git.hungrycats.org Git - linux/commitdiff
[PATCH] fix spelling of kernel in arch_v850_kernel_mach.h
authorRusty Russell <rusty@rustcorp.com.au>
Sun, 9 Feb 2003 11:00:22 +0000 (03:00 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 9 Feb 2003 11:00:22 +0000 (03:00 -0800)
From:  Steven Cole <elenstev@mesatop.com>

  This fixes the only instance of "kernal" in 2.5.59.

arch/v850/kernel/mach.h

index 5e2f4d9649ea1ae8c4670b251fea3cc944d2057d..ca51a4a79523bc65ed7870a14ac58c6bcb2f9462 100644 (file)
@@ -45,7 +45,7 @@ void mach_reserve_bootmem (void) __attribute__ ((__weak__));
 extern void (*mach_tick) (void);
 
 /* The following establishes aliases for various mach_ functions to the
-   name by which the rest of the kernal calls them.  These statements
+   name by which the rest of the kernel calls them.  These statements
    should only have an effect in the file that defines the actual functions. */
 #define MACH_ALIAS(to, from)                                                 \
    asm (".global " macrology_stringify (C_SYMBOL_NAME (to)) ";"                      \