The branch stable/14 has been updated by 0mp:

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

commit f668b5a413d90084f02f0f2f204c7dbf3563b3a9
Author:     Mateusz Piotrowski <0...@freebsd.org>
AuthorDate: 2025-07-12 16:23:03 +0000
Commit:     Mateusz Piotrowski <0...@freebsd.org>
CommitDate: 2025-07-15 00:23:47 +0000

    rc.subr: Fix a typo in check_jail()'s description
    
    MFC after:      3 days
    Event:          Berlin Hackathon 202507
    
    (cherry picked from commit 5d5258653ba4b37c38e48443f265ee4dcedf9a50)
---
 libexec/rc/rc.subr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libexec/rc/rc.subr b/libexec/rc/rc.subr
index c6bc6d1a1395..61c10370250e 100644
--- a/libexec/rc/rc.subr
+++ b/libexec/rc/rc.subr
@@ -2213,7 +2213,7 @@ check_required_after()
 }
 
 # check_jail mib
-#      Return true if security.jail.$mib exists and set to 1.
+#      Return true if security.jail.$mib exists and is set to 1.
 
 check_jail()
 {

Reply via email to