Skip to content

Commit 325606a

Browse files
Ethon Paulpmladek
authored andcommitted
printk: Fix a typo in comment "interator"->"iterator"
There is a typo in comment, fix it. Signed-off-by: Ethon Paul <[email protected]> Cc: Steven Rostedt <[email protected]> Reviewed-by: Sergey Senozhatsky <[email protected]> Signed-off-by: Petr Mladek <[email protected]>
1 parent 8f3d9f3 commit 325606a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/printk/printk.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3360,7 +3360,7 @@ bool kmsg_dump_get_buffer(struct kmsg_dumper *dumper, bool syslog,
33603360
EXPORT_SYMBOL_GPL(kmsg_dump_get_buffer);
33613361

33623362
/**
3363-
* kmsg_dump_rewind_nolock - reset the interator (unlocked version)
3363+
* kmsg_dump_rewind_nolock - reset the iterator (unlocked version)
33643364
* @dumper: registered kmsg dumper
33653365
*
33663366
* 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)
33783378
}
33793379

33803380
/**
3381-
* kmsg_dump_rewind - reset the interator
3381+
* kmsg_dump_rewind - reset the iterator
33823382
* @dumper: registered kmsg dumper
33833383
*
33843384
* Reset the dumper's iterator so that kmsg_dump_get_line() and

0 commit comments

Comments
 (0)