git: 858568068204 - main - Revert "rc.d/var_run: Fix typo in comment"

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Mon, 25 Nov 2024 18:44:09 UTC
The branch main has been updated by cy:

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

commit 858568068204b962d73c8345455fdac8788bf11e
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2024-11-25 18:39:46 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-11-25 18:43:54 +0000

    Revert "rc.d/var_run: Fix typo in comment"
    
    svcj is not a typo.
    
    Noted by:       jlduran
    MFC after:      3 days
    
    This reverts commit bef05a753727fa28032e1b5a895c94b2ffaedd46.
---
 libexec/rc/rc.d/var_run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libexec/rc/rc.d/var_run b/libexec/rc/rc.d/var_run
index 6227890c9f16..f76a06ab9f5a 100755
--- a/libexec/rc/rc.d/var_run
+++ b/libexec/rc/rc.d/var_run
@@ -17,7 +17,7 @@ stop_cmd="_var_run_stop"
 
 load_rc_config $name
 
-# doesn't make sense to run in a svc: config setting
+# doesn't make sense to run in a svcj: config setting
 var_run_svcj="NO"
 
 _var_run_load() {