g_eli: update comment for bool return type

Fixes: 68eadcec0f ("Give a couple of predication functions a bool return type.")
Sponsored by: The FreeBSD Foundation
This commit is contained in:
Ed Maste 2024-11-13 15:07:32 -05:00
parent ab05a1cf32
commit 01e186731a

View File

@ -1222,7 +1222,7 @@ g_mirror_start(struct bio *bp)
}
/*
* Return TRUE if the given request is colliding with a in-progress
* Return true if the given request is colliding with a in-progress
* synchronization request.
*/
static bool
@ -1254,7 +1254,7 @@ g_mirror_sync_collision(struct g_mirror_softc *sc, struct bio *bp)
}
/*
* Return TRUE if the given sync request is colliding with a in-progress regular
* Return true if the given sync request is colliding with a in-progress regular
* request.
*/
static bool