mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
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:
committed by
Steven Rostedt (Google)
parent
514da6924e
commit
537affea16
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user