summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-11-01 21:28:01 +0000
committerandvar <andvar@NetBSD.org>2021-11-01 21:28:01 +0000
commitee4bc26f46b1caa589a3a282912d1aae8e5d9ba2 (patch)
tree6f0ca47652bd45f362b4318ae773a6f3ad7e57eb /lib
parent662a6dfd6a3188acbdbc98437a016c62962dbb73 (diff)
fix typos, mainly in words minimum and maximum, but also few others.
Diffstat (limited to 'lib')
-rw-r--r--lib/libm/src/e_lgamma_r.c4
-rw-r--r--lib/libresolv/dst_api.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/libm/src/e_lgamma_r.c b/lib/libm/src/e_lgamma_r.c
index 9e70adbaa97..9ac01b374ca 100644
--- a/lib/libm/src/e_lgamma_r.c
+++ b/lib/libm/src/e_lgamma_r.c
@@ -12,7 +12,7 @@
#include <sys/cdefs.h>
#if defined(LIBM_SCCS) && !defined(lint)
-__RCSID("$NetBSD: e_lgamma_r.c,v 1.10 2002/05/26 22:01:51 wiz Exp $");
+__RCSID("$NetBSD: e_lgamma_r.c,v 1.11 2021/11/01 21:28:01 andvar Exp $");
#endif
/* __ieee754_lgamma_r(x, signgamp)
@@ -29,7 +29,7 @@ __RCSID("$NetBSD: e_lgamma_r.c,v 1.10 2002/05/26 22:01:51 wiz Exp $");
* = log(6.3*5.3) + lgamma(5.3)
* = log(6.3*5.3*4.3*3.3*2.3) + lgamma(2.3)
* 2. Polynomial approximation of lgamma around its
- * minimun ymin=1.461632144968362245 to maintain monotonicity.
+ * minimum ymin=1.461632144968362245 to maintain monotonicity.
* On [ymin-0.23, ymin+0.27] (i.e., [1.23164,1.73163]), use
* Let z = x-ymin;
* lgamma(x) = -1.214862905358496078218 + z^2*poly(z)
diff --git a/lib/libresolv/dst_api.c b/lib/libresolv/dst_api.c
index a9b305f5898..ce84672026e 100644
--- a/lib/libresolv/dst_api.c
+++ b/lib/libresolv/dst_api.c
@@ -1,4 +1,4 @@
-/* $NetBSD: dst_api.c,v 1.5 2021/10/04 21:02:40 andvar Exp $ */
+/* $NetBSD: dst_api.c,v 1.6 2021/11/01 21:28:02 andvar Exp $ */
/*
* Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc.
@@ -40,7 +40,7 @@
#if 0
static const char rcsid[] = "Header: /proj/cvs/prod/libbind/dst/dst_api.c,v 1.17 2007/09/24 17:18:25 each Exp ";
#else
-__RCSID("$NetBSD: dst_api.c,v 1.5 2021/10/04 21:02:40 andvar Exp $");
+__RCSID("$NetBSD: dst_api.c,v 1.6 2021/11/01 21:28:02 andvar Exp $");
#endif
@@ -1030,7 +1030,7 @@ dst_free_key(DST_KEY *f_key)
}
/*%
- * Return the maximim size of signature from the key specified in bytes
+ * Return the maximum size of signature from the key specified in bytes
*
* Parameters
*\li key