Commit 12164410 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] fix spelling of kernel in arch_v850_kernel_mach.h

From:  Steven Cole <elenstev@mesatop.com>

  This fixes the only instance of "kernal" in 2.5.59.
parent 72ab51d9
......@@ -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)) ";" \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment