Commit 325606af authored by Ethon Paul's avatar Ethon Paul Committed by Petr Mladek
Browse files

printk: Fix a typo in comment "interator"->"iterator"



There is a typo in comment, fix it.

Signed-off-by: default avatarEthon Paul <ethp@qq.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Reviewed-by: default avatarSergey Senozhatsky <sergey.senozhatsky@gmail.com>
Signed-off-by: default avatarPetr Mladek <pmladek@suse.com>
parent 8f3d9f35
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3360,7 +3360,7 @@ out:
EXPORT_SYMBOL_GPL(kmsg_dump_get_buffer);

/**
 * kmsg_dump_rewind_nolock - reset the interator (unlocked version)
 * kmsg_dump_rewind_nolock - reset the iterator (unlocked version)
 * @dumper: registered kmsg dumper
 *
 * Reset the dumper's iterator so that kmsg_dump_get_line() and
@@ -3378,7 +3378,7 @@ void kmsg_dump_rewind_nolock(struct kmsg_dumper *dumper)
}

/**
 * kmsg_dump_rewind - reset the interator
 * kmsg_dump_rewind - reset the iterator
 * @dumper: registered kmsg dumper
 *
 * Reset the dumper's iterator so that kmsg_dump_get_line() and