diff mbox series

ring-buffer: Correct the grammatical errors in the comments

Message ID 20241107095327.6390-1-liujing@cmss.chinamobile.com (mailing list archive)
State Queued
Commit 537affea1672a841cd5b87b208c193a3a542c7cf
Headers show
Series ring-buffer: Correct the grammatical errors in the comments | expand

Commit Message

liujing Nov. 7, 2024, 9:53 a.m. UTC
The word "trace" begins with a consonant sound,
so "a" should be used instead of "an".

Signed-off-by: liujing <liujing@cmss.chinamobile.com>
diff mbox series

Patch

diff --git a/kernel/trace/ring_buffer.c b/kernel/trace/ring_buffer.c
index 77dc0b25140e..8825ae8d7664 100644
--- a/kernel/trace/ring_buffer.c
+++ b/kernel/trace/ring_buffer.c
@@ -4010,7 +4010,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;