aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/trace
diff options
context:
space:
mode:
authorLin Yu Chen <starpt.official@gmail.com>2023-04-12 11:37:39 -0700
committerJonathan Corbet <corbet@lwn.net>2023-04-20 17:53:38 -0600
commitc9b951c3136fb04a9bb89deef5bba8e262410f68 (patch)
tree5aa5a17766d4ccbfba0d0c9fd7fcc3a1bd88c1b1 /Documentation/trace
parentc0d747a5b226f36cebdce6da3a3c54ba5a301455 (diff)
downloadlinux-c9b951c3136fb04a9bb89deef5bba8e262410f68.tar.gz
docs: trace: Fix typo in ftrace.rst
There is a typo in the sentence "A kernel developer must be conscience ...". The word conscience should be conscious. This patch fixes it. Signed-off-by: Lin Yu Chen <starpt.official@gmail.com> Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org> Link: https://lore.kernel.org/r/20230412183739.89894-1-starpt.official@gmail.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/trace')
-rw-r--r--Documentation/trace/ftrace.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/trace/ftrace.rst b/Documentation/trace/ftrace.rst
index b927fb2b94dc43..e8bca5fea7ccc9 100644
--- a/Documentation/trace/ftrace.rst
+++ b/Documentation/trace/ftrace.rst
@@ -3510,7 +3510,7 @@ directories, the rmdir will fail with EBUSY.
Stack trace
-----------
Since the kernel has a fixed sized stack, it is important not to
-waste it in functions. A kernel developer must be conscience of
+waste it in functions. A kernel developer must be conscious of
what they allocate on the stack. If they add too much, the system
can be in danger of a stack overflow, and corruption will occur,
usually leading to a system panic.