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

(cherry picked from commit 01e186731a141d106ff5bee5a41412e7e2582a78)
This commit is contained in:
Ed Maste 2024-11-13 15:07:32 -05:00
parent 54efa38e25
commit df1b835333

View file

@ -1223,7 +1223,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
@ -1255,7 +1255,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