]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
tracing: fix grammar error in debugging.rst
authorRyan Chung <seokwoo.chung130@gmail.com>
Sun, 31 Aug 2025 10:17:29 +0000 (19:17 +0900)
committerJonathan Corbet <corbet@lwn.net>
Wed, 3 Sep 2025 21:31:48 +0000 (15:31 -0600)
Signed-off-by: Ryan Chung <seokwoo.chung130@gmail.com>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250831101736.11519-3-seokwoo.chung130@gmail.com
Documentation/trace/debugging.rst

index d54bc500af80ba32c7f2ee9c5c2dde0b7bc25e6e..4d88c346fc382b65bb8d4c9bb1065aba863d9340 100644 (file)
@@ -59,7 +59,7 @@ There is various methods of acquiring the state of the system when a kernel
 crash occurs. This could be from the oops message in printk, or one could
 use kexec/kdump. But these just show what happened at the time of the crash.
 It can be very useful in knowing what happened up to the point of the crash.
-The tracing ring buffer, by default, is a circular buffer than will
+The tracing ring buffer, by default, is a circular buffer that will
 overwrite older events with newer ones. When a crash happens, the content of
 the ring buffer will be all the events that lead up to the crash.