git: ad5d6f38c4ef - main - kinst: Correct a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Dec 2022 20:16:06 UTC
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) {