The branch main has been updated by ziaee:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=ab835b37075e6478ef82f8c807a2335f5d19edaf

commit ab835b37075e6478ef82f8c807a2335f5d19edaf
Author:     Artem Bunichev <[email protected]>
AuthorDate: 2026-02-23 08:31:31 +0000
Commit:     Alexander Ziaee <[email protected]>
CommitDate: 2026-02-23 08:31:34 +0000

    debug.sh: Fix a typo
    
    MFC after:              3 days
    Reviewed by:            emaste, guest-seuros, sjg, ziaee
    Differential Revision:  https://reviews.freebsd.org/D55416
---
 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;;

Reply via email to