Commit 6524d31e authored by Tomas Glozar's avatar Tomas Glozar Committed by Jonathan Corbet
Browse files

Documentation/rtla: Fix typo in common_timerlat_options.txt



Fix "awakes" being used in place of "awakened" in --users-threads option
documentation.

Fixes: 61273832 ("Documentation: Add tools/rtla timerlat -u option documentation")
Signed-off-by: default avatarTomas Glozar <tglozar@redhat.com>
Acked-by: default avatarSteven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
Message-ID: <20251010083338.478961-3-tglozar@redhat.com>
parent aad1530f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
**-u**, **--user-threads**

        Set timerlat to run without a workload, and then dispatches user-space workloads
        to wait on the timerlat_fd. Once the workload is awakes, it goes to sleep again
        to wait on the timerlat_fd. Once the workload is awakened, it goes to sleep again
        adding so the measurement for the kernel-to-user and user-to-kernel to the tracer
        output. **--user-threads** will be used unless the user specify **-k**.