diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2009-06-28 21:10:07 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-09-21 15:14:53 +0200 |
commit | fe002a419755f991e1219249c8ffe7dc0b798232 (patch) | |
tree | 8c5118c837020ef8f8a46e9cc827c5727fcf567f /kernel/panic.c | |
parent | b9049df5a0e7f35456c06b949b08b898b9c2e7bc (diff) | |
download | linux-stable-fe002a419755f991e1219249c8ffe7dc0b798232.tar.gz linux-stable-fe002a419755f991e1219249c8ffe7dc0b798232.tar.bz2 linux-stable-fe002a419755f991e1219249c8ffe7dc0b798232.zip |
trivial: Correct print_tainted routine name in comment
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'kernel/panic.c')
-rw-r--r-- | kernel/panic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/panic.c b/kernel/panic.c index 512ab73b0ca3..bcdef26e3332 100644 --- a/kernel/panic.c +++ b/kernel/panic.c @@ -177,7 +177,7 @@ static const struct tnt tnts[] = { * 'W' - Taint on warning. * 'C' - modules from drivers/staging are loaded. * - * The string is overwritten by the next call to print_taint(). + * The string is overwritten by the next call to print_tainted(). */ const char *print_tainted(void) { |