ring-buffer: Correct a grammatical error in a comment
authorliujing <liujing@cmss.chinamobile.com>
Thu, 7 Nov 2024 09:53:27 +0000 (17:53 +0800)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Mon, 18 Nov 2024 14:40:17 +0000 (09:40 -0500)
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>
kernel/trace/ring_buffer.c

index db3bf6a..d6100a7 100644 (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;