Skip to content

Commit 7414db4

Browse files
acmelrostedt
authored andcommitted
rtla: Fix systme -> system typo on man page
Link: https://lkml.kernel.org/r/[email protected] Fixes: 496082d ("rtla: Add rtla osnoise man page") Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> Acked-by: Daniel Bristot de Oliveira <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
1 parent 3203ce3 commit 7414db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/tools/rtla/common_osnoise_description.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The **rtla osnoise** tool is an interface for the *osnoise* tracer. The
22
*osnoise* tracer dispatches a kernel thread per-cpu. These threads read the
33
time in a loop while with preemption, softirq and IRQs enabled, thus
4-
allowing all the sources of operating systme noise during its execution.
4+
allowing all the sources of operating system noise during its execution.
55
The *osnoise*'s tracer threads take note of the delta between each time
66
read, along with an interference counter of all sources of interference.
77
At the end of each period, the *osnoise* tracer displays a summary of

0 commit comments

Comments
 (0)