Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tracing: fix grammar error in debugging.rst

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

authored by

Ryan Chung and committed by
Jonathan Corbet
b65988af d5958c8a

+1 -1
+1 -1
Documentation/trace/debugging.rst
··· 59 59 crash occurs. This could be from the oops message in printk, or one could 60 60 use kexec/kdump. But these just show what happened at the time of the crash. 61 61 It can be very useful in knowing what happened up to the point of the crash. 62 - The tracing ring buffer, by default, is a circular buffer than will 62 + The tracing ring buffer, by default, is a circular buffer that will 63 63 overwrite older events with newer ones. When a crash happens, the content of 64 64 the ring buffer will be all the events that lead up to the crash. 65 65