]> Git Repo - J-linux.git/commitdiff
ring-buffer: Correct a grammatical error in a comment
authorliujing <[email protected]>
Thu, 7 Nov 2024 09:53:27 +0000 (17:53 +0800)
committerSteven Rostedt (Google) <[email protected]>
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/[email protected]
Signed-off-by: liujing <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>
kernel/trace/ring_buffer.c

index db3bf6a1b53697e90e944798b651ebfa20a04ecb..d6100a7da483ec05c358efa66882490c7c2590be 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;
This page took 0.056562 seconds and 4 git commands to generate.