kinst: Correct a comment

Fixes:	f0bc4ed144fc ("kinst: Initial revision")
This commit is contained in:
Mark Johnston 2022-12-08 15:03:32 -05:00
parent 6c93a2d0bc
commit ad5d6f38c4

View File

@ -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) {