diff options
author | Thorsten Glaser <tg@mirbsd.org> | 2010-11-21 17:40:26 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-21 19:45:34 +0100 |
commit | 57d965ea9d26e31d3a6b526cea53596494762e8e (patch) | |
tree | cb61932f166bcd67565d4f2c6cc52215901a2d17 /target/linux/patches/2.6.35.7/startup.patch | |
parent | 60f67d3883bc11f93419a97a7ae1d5103ca7efc2 (diff) |
fix a typo
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Diffstat (limited to 'target/linux/patches/2.6.35.7/startup.patch')
-rw-r--r-- | target/linux/patches/2.6.35.7/startup.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/patches/2.6.35.7/startup.patch b/target/linux/patches/2.6.35.7/startup.patch index cbfd4b5bf..68e8987b0 100644 --- a/target/linux/patches/2.6.35.7/startup.patch +++ b/target/linux/patches/2.6.35.7/startup.patch @@ -13,7 +13,7 @@ diff -Nur linux-2.6.34.orig/init/main.c linux-2.6.34/init/main.c if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0) printk(KERN_WARNING "Warning: unable to open an initial console.\n"); -+ printk(KERN_WARNING "Starting Linux (build with OpenADK).\n"); ++ printk(KERN_WARNING "Starting Linux (built with OpenADK).\n"); + (void) sys_dup(0); (void) sys_dup(0); |