Skip to content

Commit 537affe

Browse files
liujingrostedt
authored andcommitted
ring-buffer: Correct a grammatical error in a comment
The word "trace" begins with a consonant sound, so "a" should be used instead of "an". Link: https://lore.kernel.org/20241107095327.6390-1-liujing@cmss.chinamobile.com Signed-off-by: liujing <liujing@cmss.chinamobile.com> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
1 parent 514da69 commit 537affe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/trace/ring_buffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4060,7 +4060,7 @@ static const char *show_irq_str(int bits)
40604060
return type[bits];
40614061
}
40624062

4063-
/* Assume this is an trace event */
4063+
/* Assume this is a trace event */
40644064
static const char *show_flags(struct ring_buffer_event *event)
40654065
{
40664066
struct trace_entry *entry;

0 commit comments

Comments
 (0)