Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Nov 2024 15:00:23 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: df1b835333ff - stable/14 - g_eli: update comment for bool return type
Message-ID:  <202411161500.4AGF0Ng0065514@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=df1b835333ff520aaad0d5458a2a951c6b3a90ee

commit df1b835333ff520aaad0d5458a2a951c6b3a90ee
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-11-13 20:07:32 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-11-16 14:59:52 +0000

    g_eli: update comment for bool return type
    
    Fixes: 68eadcec0f7c8 ("Give a couple of predication functions a bool return type.")
    Sponsored by: The FreeBSD Foundation
    
    (cherry picked from commit 01e186731a141d106ff5bee5a41412e7e2582a78)
---
 sys/geom/mirror/g_mirror.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/geom/mirror/g_mirror.c b/sys/geom/mirror/g_mirror.c
index c6f95f28ba89..19370f1a1f5e 100644
--- a/sys/geom/mirror/g_mirror.c
+++ b/sys/geom/mirror/g_mirror.c
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411161500.4AGF0Ng0065514>