diff options
author | Alexis211 <alexis211@gmail.com> | 2010-09-11 20:52:53 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2010-09-11 20:52:53 +0200 |
commit | 43c6a4a1e7d76e82b9a1d4757c5b5c12f92905d7 (patch) | |
tree | 29303de9de469bdb156c1e7c0a26e2290d4d6393 /src/modules/test/main.c | |
parent | a8da6dba7ddc5e3d31a1914597e7b38fbc2d197c (diff) | |
download | TCE-43c6a4a1e7d76e82b9a1d4757c5b5c12f92905d7.tar.gz TCE-43c6a4a1e7d76e82b9a1d4757c5b5c12f92905d7.zip |
Minor changes to display.
Diffstat (limited to 'src/modules/test/main.c')
-rw-r--r-- | src/modules/test/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/test/main.c b/src/modules/test/main.c index 8085007..26ff840 100644 --- a/src/modules/test/main.c +++ b/src/modules/test/main.c @@ -23,7 +23,7 @@ void thread_cascade(void* d) { } int main() { - printk("Hi world from unregistered test module !\n"); + printk("Hi world from test module !\n"); printk("{1} Creating thread cascade len:1\n"); thread_new(thread_cascade, (void*)1); |