From de95088ab08ce7ff95aa6134ca875d9b28380288 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 18 Jan 2026 12:12:29 +0100 Subject: Fix documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libj2/bit-shifting.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libj2/bit-shifting.h b/libj2/bit-shifting.h index b04a533..515a1d4 100644 --- a/libj2/bit-shifting.h +++ b/libj2/bit-shifting.h @@ -1138,7 +1138,7 @@ libj2_ji_rsh_to_j2i(intmax_t a, unsigned b, struct libj2_j2i *res) * positive underflow, * -1 if `*a` was negative and a cleared bit * was shifted out (discarded), that is, a - * positive underflow, + * negative underflow, * 0 otherwise * * @since 1.1 @@ -1180,7 +1180,7 @@ libj2_j2i_rsh_to_j2i_underflow(const struct libj2_j2i *a, unsigned b, struct lib * positive underflow, * -1 if `*a` was negative and a cleared bit * was shifted out (discarded), that is, a - * positive underflow, + * negative underflow, * 0 otherwise * * @since 1.1 @@ -1217,7 +1217,7 @@ libj2_j2i_rsh_underflow(struct libj2_j2i *a, unsigned b) * positive underflow, * -1 if `a` was negative and a cleared bit * was shifted out (discarded), that is, a - * positive underflow, + * negative underflow, * 0 otherwise * * @since 1.1 @@ -1246,7 +1246,7 @@ libj2_ji_rsh_to_j2i_underflow(intmax_t a, unsigned b, struct libj2_j2i *res) * a positive underflow, * -1 if `*a` is negative and a cleared bit * would be shifted out (discarded), that is, - * a positive underflow, + * a negative underflow, * 0 otherwise * * @since 1.1 @@ -1279,7 +1279,7 @@ libj2_j2i_rsh_underflow_p(const struct libj2_j2i *a, unsigned b) * a positive underflow, * -1 if `a` is negative and a cleared bit * would be shifted out (discarded), that is, - * a positive underflow, + * a negative underflow, * 0 otherwise * * @since 1.1 -- cgit v1.2.3-70-g09d2