diff options
author | Tomas Glozar <tglozar@redhat.com> | 2025-03-11 14:49:34 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2025-04-14 19:42:55 +0300 |
commit | caa42c6df3c4368ab43adfb8e78a6240177cd989 (patch) | |
tree | 37d10a653c0da84c966263552856b90eccfa92af | |
parent | 0cc9e7cae3e0986800adae75e0162d5e8e17eef8 (diff) | |
download | linux-caa42c6df3c4368ab43adfb8e78a6240177cd989.tar.xz |
Documentation/rtla: Fix typo in rtla-timerlat.rst
The file says "rtla hist hist mode" instead of "rtla timerlat hist
mode".
Fix the typo.
Fixes: 29380d4055e5 ("rtla: Add rtla timerlat documentation")
Signed-off-by: Tomas Glozar <tglozar@redhat.com>
Reviewed-by: Luis Claudio R. Goncalves <lgoncalv@redhat.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250311114936.148012-3-tglozar@redhat.com
-rw-r--r-- | Documentation/tools/rtla/rtla-timerlat.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/tools/rtla/rtla-timerlat.rst b/Documentation/tools/rtla/rtla-timerlat.rst index b334fb00ba0e..20e2d259467f 100644 --- a/Documentation/tools/rtla/rtla-timerlat.rst +++ b/Documentation/tools/rtla/rtla-timerlat.rst @@ -17,9 +17,9 @@ DESCRIPTION .. include:: common_timerlat_description.rst The **rtla timerlat top** mode displays a summary of the periodic output -from the *timerlat* tracer. The **rtla hist hist** mode displays a histogram -of each tracer event occurrence. For further details, please refer to the -respective man page. +from the *timerlat* tracer. The **rtla timerlat hist** mode displays +a histogram of each tracer event occurrence. For further details, please +refer to the respective man page. MODES ===== |