[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20241107095327.6390-1-liujing@cmss.chinamobile.com>
Date: Thu, 7 Nov 2024 17:53:27 +0800
From: liujing <liujing@...s.chinamobile.com>
To: rostedt@...dmis.org
Cc: mhiramat@...nel.org,
mathieu.desnoyers@...icios.com,
linux-kernel@...r.kernel.org,
linux-trace-kernel@...r.kernel.org,
liujing <liujing@...s.chinamobile.com>
Subject: [PATCH] ring-buffer: Correct the grammatical errors in the comments
The word "trace" begins with a consonant sound,
so "a" should be used instead of "an".
Signed-off-by: liujing <liujing@...s.chinamobile.com>
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;
--
2.27.0
Powered by blists - more mailing lists