summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2023-07-18 22:08:55 -0700
committerKaz Kylheku <kaz@kylheku.com>2023-07-18 22:08:55 -0700
commit2774d348f5eed23d1e154cbe8c0c5ae401d25261 (patch)
tree4513106561e30080b29af18323730740d55a65af /txr.1
parent5c05a46da92cadf28e13f134bec61419113b973a (diff)
downloadtxr-2774d348f5eed23d1e154cbe8c0c5ae401d25261.tar.gz
txr-2774d348f5eed23d1e154cbe8c0c5ae401d25261.tar.bz2
txr-2774d348f5eed23d1e154cbe8c0c5ae401d25261.zip
doc: fix recent typos.
* txr.1: fix misspelling of Arithmetic and algorithm introduced by recent updates: new math functions, and documentation of CRC-32 parameters.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index a8941980..7ff8f608 100644
--- a/txr.1
+++ b/txr.1
@@ -50557,7 +50557,7 @@ standard, which appeared in the 1999 revision ("C99").
Even if some of these functions happen not to be defined, it is nevertheless
possible to define them as methods in a user-defined arithmetic structure.
-See the section User-Defined Arithemtic Types below
+See the section User-Defined Arithmetic Types below
.coNP Functions @, cbrt @, erf @, erfc @, exp10 @, exp2 @, expm1 @, gamma @, j0 @, j1 @, lgamma @, log1p @, logb @, nearbyint @, rint @, significand @, tgamma @ y0 and @ y1
.synb
@@ -67992,7 +67992,7 @@ The
.code crc32
function returns the calculated CRC-32 as a nonnegative integer.
-The parameters of the algorith are as follows. The polynomial is
+The parameters of the algorithm are as follows. The polynomial is
.codn #x04C11DB7 ;
the input and result are reflected; the initial value is
.codn #xFFFFFFFF ;