git: 1242ffc56750 - stable/15 - debug.sh: Fix a typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Apr 2026 18:31:09 UTC
The branch stable/15 has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=1242ffc56750e32c40f6fbc9f9d7f45f0e13d787
commit 1242ffc56750e32c40f6fbc9f9d7f45f0e13d787
Author: Artem Bunichev <tembun@bk.ru>
AuthorDate: 2026-02-23 08:31:31 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-04-10 18:27:55 +0000
debug.sh: Fix a typo
MFC after: 3 days
Reviewed by: emaste, guest-seuros, sjg, ziaee
Differential Revision: https://reviews.freebsd.org/D55416
(cherry picked from commit ab835b37075e6478ef82f8c807a2335f5d19edaf)
---
libexec/rc/debug.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;;