Skip to content

Commit

Permalink
trivial: Correct print_tainted routine name in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Robert P. J. Day authored and Jiri Kosina committed Sep 21, 2009
1 parent b9049df commit fe002a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/panic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit fe002a4

Please sign in to comment.