Date: Sat, 07 Mar 2026 07:51:23 +0000 From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Cc: Kalevi Kolttonen <kalevi@kolttonen.fi> Subject: git: d7922c3d2391 - main - Fix debug.sh comment typo Message-ID: <69abd8fb.23a39.56e23af8@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=d7922c3d2391c6db3dac77fa491d53e080162c79 commit d7922c3d2391c6db3dac77fa491d53e080162c79 Author: Kalevi Kolttonen <kalevi@kolttonen.fi> AuthorDate: 2026-02-10 23:02:49 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2026-03-07 07:51:15 +0000 Fix debug.sh comment typo Signed-off-by: Kalevi Kolttonen <kalevi@kolttonen.fi> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/2012 --- 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 4284a6e3b5fb..ea46e9a99c0c 100755 --- a/libexec/rc/debug.sh +++ b/libexec/rc/debug.sh @@ -439,7 +439,7 @@ DebugShell() { return 0 } -# For backwards compatability +# For backwards compatibility Debug() { case "${DEBUG_SH:-$DEBUG}" in "") ;;home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69abd8fb.23a39.56e23af8>
