Commit 537affea authored by liujing's avatar liujing Committed by Steven Rostedt (Google)
Browse files

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: default avatarliujing <liujing@cmss.chinamobile.com>
Signed-off-by: default avatarSteven Rostedt (Google) <rostedt@goodmis.org>
parent 514da692
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4060,7 +4060,7 @@ static const char *show_irq_str(int bits)
	return type[bits];
}

/* Assume this is an trace event */
/* Assume this is a trace event */
static const char *show_flags(struct ring_buffer_event *event)
{
	struct trace_entry *entry;