summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-03-24 12:12:00 +0000
committerandvar <andvar@NetBSD.org>2022-03-24 12:12:00 +0000
commit3c01deb79f8a68e50a3c82ee84bbbc67435948ab (patch)
treebbac0c731b174d5549be60f6e6d90b0bc365a75b /lib
parentdd231c1ddfddb0e42f63540c87353f0498696ad6 (diff)
s/interger/integer/ and s/Compensatin/Compensation/ in comments.
Diffstat (limited to 'lib')
-rw-r--r--lib/libm/noieee_src/n_cbrt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/noieee_src/n_cbrt.c b/lib/libm/noieee_src/n_cbrt.c
index 5bedff1bf48..92d8c64ee96 100644
--- a/lib/libm/noieee_src/n_cbrt.c
+++ b/lib/libm/noieee_src/n_cbrt.c
@@ -1,4 +1,4 @@
-/* $NetBSD: n_cbrt.c,v 1.6 2013/11/24 14:49:00 martin Exp $ */
+/* $NetBSD: n_cbrt.c,v 1.7 2022/03/24 12:12:00 andvar Exp $ */
/*
* Copyright (c) 1985, 1993
* The Regents of the University of California. All rights reserved.
@@ -44,7 +44,7 @@ static char sccsid[] = "@(#)cbrt.c 8.1 (Berkeley) 6/4/93";
*
* Warning: this code is semi machine dependent; the ordering of words in
* a floating point number must be known in advance. I assume that the
- * long interger at the address of a floating point number will be the
+ * long integer at the address of a floating point number will be the
* leading 32 bits of that floating point number (i.e., sign, exponent,
* and the 20 most significant bits).
* On a National machine, it has different ordering; therefore, this code