diff options
author | Tomas Glozar <tglozar@redhat.com> | 2025-03-11 12:49:35 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2025-04-14 10:42:55 -0600 |
commit | e7d3b24e3402db90d13725d89462af468df1a552 (patch) | |
tree | e6d708c53477509aa96f4971ca314edae668420c | |
parent | caa42c6df3c4368ab43adfb8e78a6240177cd989 (diff) |
Documentation/rtla: Fix typo in common_timerlat_description.rst
Fix "it enable" to "it enables".
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-4-tglozar@redhat.com
-rw-r--r-- | Documentation/tools/rtla/common_timerlat_description.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/tools/rtla/common_timerlat_description.rst b/Documentation/tools/rtla/common_timerlat_description.rst index 321201cb8597..8cd3e717baa8 100644 --- a/Documentation/tools/rtla/common_timerlat_description.rst +++ b/Documentation/tools/rtla/common_timerlat_description.rst @@ -6,5 +6,5 @@ debugging of operating system timer latency. The *timerlat* tracer outputs information in two ways. It periodically prints the timer latency at the timer *IRQ* handler and the *Thread* -handler. It also enable the trace of the most relevant information via +handler. It also enables the trace of the most relevant information via **osnoise:** tracepoints. |