]> Gentwo Git Trees - linux/.git/commitdiff
Documentation/rtla: Fix typo in common_options.txt
authorTomas Glozar <tglozar@redhat.com>
Fri, 10 Oct 2025 08:33:30 +0000 (10:33 +0200)
committerJonathan Corbet <corbet@lwn.net>
Wed, 5 Nov 2025 18:18:50 +0000 (11:18 -0700)
Fix "unlike" being spelled "nlike" in --on-threshold documentation.

Fixes: 70165c78e31d ("Documentation/rtla: Add actions feature")
Signed-off-by: Tomas Glozar <tglozar@redhat.com>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20251010083338.478961-2-tglozar@redhat.com>

Documentation/tools/rtla/common_options.txt

index 77ef35d3f831716b51034ce24c9ea4d23a1469ab..8ca424ab0fafd2be5124febf8b9d22b5f1a249a7 100644 (file)
@@ -67,7 +67,7 @@
         - *trace[,file=<filename>]*
 
           Saves trace output, optionally taking a filename. Alternative to -t/--trace.
-          Note that nlike -t/--trace, specifying this multiple times will result in
+          Note that unlike -t/--trace, specifying this multiple times will result in
           the trace being saved multiple times.
 
         - *signal,num=<sig>,pid=<pid>*