aboutsummaryrefslogtreecommitdiffstats
path: root/libj2.7
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:13:56 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:13:56 +0100
commit4304409e940efe5783bcf20382f6faa6c6f25e10 (patch)
tree2b63a4b3304035b85180b8bb597be74782b142e9 /libj2.7
parentAdd subtraction and addition with carry/borrow and add abs_diff (diff)
downloadlibj2-4304409e940efe5783bcf20382f6faa6c6f25e10.tar.gz
libj2-4304409e940efe5783bcf20382f6faa6c6f25e10.tar.bz2
libj2-4304409e940efe5783bcf20382f6faa6c6f25e10.tar.xz
fix doc textHEAD1.2.1master
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libj2.7')
-rw-r--r--libj2.74
1 files changed, 2 insertions, 2 deletions
diff --git a/libj2.7 b/libj2.7
index 2dfefee..89e90a9 100644
--- a/libj2.7
+++ b/libj2.7
@@ -14,7 +14,7 @@ Link with
.B libj2
provides integer data types with double the width of
.BR uintmax_t ,
-along with functions for preforming standard
+along with functions for performing standard
integer operations, with optional overflow-detection.
.PP
.B libj2
@@ -1079,7 +1079,7 @@ overflow.
.TQ
.BR libj2_ju_mul_j2u_overflow_p_quick (3)
Predict whether multiplying two values will result in an
-overflow, but do not preform the prediction if it is costly.
+overflow, but do not perform the prediction if it is costly.
.TP
.BR libj2_j2i_mul_j2i_to_j2i_overflow_p (3),
.TQ