From 6c99017c4ea926c6d01ec9f056a14c40a7c48195 Mon Sep 17 00:00:00 2001 From: Ole Morud Date: Fri, 16 Jan 2026 04:08:56 +0100 Subject: [PATCH] run-with-governor: fix typo in comment --- run-with-governor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-with-governor b/run-with-governor index 9e41cf9..2ec75e3 100755 --- a/run-with-governor +++ b/run-with-governor @@ -1,7 +1,7 @@ #!/bin/bash # NAME -# ./run-with-governor.sh - temporarily use specific CPU governor while a +# run-with-governor.sh - temporarily use specific CPU governor while a # command is running # # SYNOPSIS