trivial: Correct print_tainted routine name in comment
authorRobert P. J. Day <rpjday@crashcourse.ca>
Mon, 29 Jun 2009 01:10:07 +0000 (21:10 -0400)
committerJiri Kosina <jkosina@suse.cz>
Mon, 21 Sep 2009 13:14:53 +0000 (15:14 +0200)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
kernel/panic.c

index 512ab73..bcdef26 100644 (file)
@@ -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)
 {