ref: 5ed2ea3310827e544b312dccd5cbe9a73fd204d9
parent: a9d09ee1f1eccc3d8cef3f6fe593f96bec8f855f
author: Jacob Moody <moody@posixcafe.org>
date: Tue May 21 00:42:03 EDT 2024
mp(2): typos (thanks sirjofri)
--- a/sys/man/2/mp
+++ b/sys/man/2/mp
@@ -424,7 +424,7 @@
provides a
.LR pragma .
The precision in the format string changes the base,
-defaulting to hexadecimal when omited.
+defaulting to hexadecimal when omitted.
.PP
.I Mptobe
and
@@ -468,7 +468,7 @@
while
.I mptolel
fills in little endian order; left adjusted; so that the least
-significat byte is filled into
+significant byte is filled into
.IR buf[0] .
.PP
.IR Betomp ,
@@ -747,8 +747,8 @@
are the constants 2, 1 and 0. These cannot be freed.
.SS "Time invariant computation"
.PP
-In the field of cryptography, it is sometimes neccesary to implement
-algorithms such that the runtime of the algorithm is not depdenent on
+In the field of cryptography, it is sometimes necessary to implement
+algorithms such that the runtime of the algorithm is not dependent on
the input data. This library provides partial support for time
invariant computation with the
.I MPtimesafe
--
⑨