Skip to content

Commit dd29dfe

Browse files
sauravshah31Jonathan Corbet
authored andcommitted
Documentation: tracing: Fix spelling mistakes
Fix spelling mistakes in the documentation. Signed-off-by: Saurav Shah <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 55b8d0a commit dd29dfe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Documentation/trace/fprobetrace.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Function arguments at exit
7474
--------------------------
7575
Function arguments can be accessed at exit probe using $arg<N> fetcharg. This
7676
is useful to record the function parameter and return value at once, and
77-
trace the difference of structure fields (for debuging a function whether it
77+
trace the difference of structure fields (for debugging a function whether it
7878
correctly updates the given data structure or not)
7979
See the :ref:`sample<fprobetrace_exit_args_sample>` below for how it works.
8080

@@ -248,4 +248,4 @@ mode. You can trace that changes with return probe.
248248
cat-143 [007] ...1. 1945.720616: vfs_open__entry: (vfs_open+0x4/0x40) mode=0x1 inode=0x0
249249
cat-143 [007] ...1. 1945.728263: vfs_open__exit: (do_open+0x274/0x3d0 <- vfs_open) mode=0xa800d inode=0xffff888004ada8d8
250250

251-
You can see the `file::f_mode` and `file::f_inode` are upated in `vfs_open()`.
251+
You can see the `file::f_mode` and `file::f_inode` are updated in `vfs_open()`.

Documentation/trace/ftrace.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1968,7 +1968,7 @@ wakeup
19681968
One common case that people are interested in tracing is the
19691969
time it takes for a task that is woken to actually wake up.
19701970
Now for non Real-Time tasks, this can be arbitrary. But tracing
1971-
it none the less can be interesting.
1971+
it nonetheless can be interesting.
19721972

19731973
Without function tracing::
19741974

Documentation/trace/kprobetrace.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Function arguments at kretprobe
7474
-------------------------------
7575
Function arguments can be accessed at kretprobe using $arg<N> fetcharg. This
7676
is useful to record the function parameter and return value at once, and
77-
trace the difference of structure fields (for debuging a function whether it
77+
trace the difference of structure fields (for debugging a function whether it
7878
correctly updates the given data structure or not).
7979
See the :ref:`sample<fprobetrace_exit_args_sample>` in fprobe event for how
8080
it works.

0 commit comments

Comments
 (0)