aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Bunichev <tembun@bk.ru>2026-02-23 08:31:31 +0000
committerAlexander Ziaee <ziaee@FreeBSD.org>2026-02-23 08:31:34 +0000
commitab835b37075e6478ef82f8c807a2335f5d19edaf (patch)
treeafd56b6a4e5d717cde4938d1cf685ed10a9bc1d5
parent9a20515bc9ce3fe6d7f09fd6bdece0dd45bdbc87 (diff)
debug.sh: Fix a typo
MFC after: 3 days Reviewed by: emaste, guest-seuros, sjg, ziaee Differential Revision: https://reviews.freebsd.org/D55416
-rwxr-xr-xlibexec/rc/debug.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/debug.sh b/libexec/rc/debug.sh
index 739c81a709f6..4284a6e3b5fb 100755
--- a/libexec/rc/debug.sh
+++ b/libexec/rc/debug.sh
@@ -201,7 +201,7 @@ _debugOn() {
DEBUG_DO=
DEBUG_SKIP=:
DEBUG_X=-x
- # do this firt to reduce noise
+ # do this first to reduce noise
case ",$DEBUG_SH," in
*,$1:debug_add:*) _debugAdd $1;;
*,$2:debug_add:*) _debugAdd $2;;