git: bef05a753727 - main - rc.d/var_run: Fix typo in comment

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

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

commit bef05a753727fa28032e1b5a895c94b2ffaedd46
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2024-11-25 17:10:13 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-11-25 17:10:13 +0000

    rc.d/var_run: Fix typo in comment
---
 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 0dc37698ee76..b3d3c3c5b22f 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 svcj: config setting
+# doesn't make sense to run in a svc: config setting
 var_run_svcj="NO"
 
 _var_run_load() {