mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05: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
(cherry picked from commit 01e186731a141d106ff5bee5a41412e7e2582a78)
This commit is contained in:
parent
54efa38e25
commit
df1b835333
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue