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>
This commit is contained in:
liujing
2024-11-07 17:53:27 +08:00
committed by Steven Rostedt (Google)
parent 514da6924e
commit 537affea16

View File

@@ -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;