The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=3be98a0c86f956604be58a14c6a9bfe2f25af2d8
commit 3be98a0c86f956604be58a14c6a9bfe2f25af2d8 Author: Kalevi Kolttonen <[email protected]> AuthorDate: 2026-02-10 23:15:51 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2026-03-07 07:51:15 +0000 Fix hooks.sh comment typo Signed-off-by: Kalevi Kolttonen <[email protected]> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/2013 --- libexec/rc/hooks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rc/hooks.sh b/libexec/rc/hooks.sh index af4aff3d6bc5..0c577d831101 100755 --- a/libexec/rc/hooks.sh +++ b/libexec/rc/hooks.sh @@ -71,7 +71,7 @@ if local_works > /dev/null 2>&1; then else _local=: fi -# for backwards compatability +# for backwards compatibility local=$_local
