From: liujing Date: Thu, 7 Nov 2024 09:53:27 +0000 (+0800) Subject: ring-buffer: Correct a grammatical error in a comment X-Git-Tag: v6.13-rc1~117^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=537affea1672a841cd5b87b208c193a3a542c7cf;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Steven Rostedt (Google) --- diff --git a/kernel/trace/ring_buffer.c b/kernel/trace/ring_buffer.c index db3bf6a1b5369..d6100a7da483e 100644 --- a/kernel/trace/ring_buffer.c +++ b/kernel/trace/ring_buffer.c @@ -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;