aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--libj2.74
2 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 9a66654..b00910b 100644
--- a/README
+++ b/README
@@ -305,8 +305,8 @@ DESCRIPTION
Count cleared bits.
libj2_parity_j2u(3)
- Calculate the parity of the set bits (check whether the number
- of set bits is odd).
+ Calculate the parity of the set (or equaivalently the cleared)
+ bits (check whether the number of set bits is odd).
libj2_fls_j2u(3)
Find the most significant set bit.
diff --git a/libj2.7 b/libj2.7
index e6229a0..ed03c6f 100644
--- a/libj2.7
+++ b/libj2.7
@@ -703,8 +703,8 @@ Count set bits.
Count cleared bits.
.TP
.BR libj2_parity_j2u (3)
-Calculate the parity of the set bits (check whether the number
-of set bits is odd).
+Calculate the parity of the set (or equaivalently the cleared)
+bits (check whether the number of set bits is odd).
.TP
.BR libj2_fls_j2u (3)
Find the most significant set bit.