mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 04:22:44 +00:00
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:
parent
ab05a1cf32
commit
01e186731a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user