Date: Thu, 8 Dec 2022 20:16:06 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: ad5d6f38c4ef - main - kinst: Correct a comment Message-ID: <202212082016.2B8KG6Ih014827@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=ad5d6f38c4ef5d5584bc3023beb9c266833c4321 commit ad5d6f38c4ef5d5584bc3023beb9c266833c4321 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2022-12-08 20:03:32 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2022-12-08 20:03:32 +0000 kinst: Correct a comment Fixes: f0bc4ed144fc ("kinst: Initial revision") --- sys/cddl/dev/kinst/trampoline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/cddl/dev/kinst/trampoline.c b/sys/cddl/dev/kinst/trampoline.c index 2749fe7144a2..ba61faa2b3ab 100644 --- a/sys/cddl/dev/kinst/trampoline.c +++ b/sys/cddl/dev/kinst/trampoline.c @@ -125,7 +125,7 @@ kinst_trampoline_alloc_locked(int how) /* * We didn't find any free trampoline in the current list, - * allocate a new one. If that happens the provider will no + * allocate a new one. If that fails the provider will no * longer be reliable, so try to warn the user. */ if ((chunk = kinst_trampchunk_alloc()) == NULL) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212082016.2B8KG6Ih014827>