summaryrefslogtreecommitdiff
path: root/lib/libm/arch/arm
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2022-12-27 17:10:09 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2022-12-27 17:10:09 +0000
commitcc3a47abb42f11b78ad97db92e7a89b9447bb8e9 (patch)
treefe9b394da058363f4a89f71cc700d1ff82eaa856 /lib/libm/arch/arm
parent3ee00b1421bdff3725c44ae16607a768ffaadb02 (diff)
spelling fixes; from paul tagliamonte
any changes not taken noted on tech, but chiefly here i did not take the cancelation - cancellation changes;
Diffstat (limited to 'lib/libm/arch/arm')
-rw-r--r--lib/libm/arch/arm/fenv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/arch/arm/fenv.c b/lib/libm/arch/arm/fenv.c
index 4306b8c85f4..f5d7852b976 100644
--- a/lib/libm/arch/arm/fenv.c
+++ b/lib/libm/arch/arm/fenv.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fenv.c,v 1.5 2018/02/28 11:16:54 kettenis Exp $ */
+/* $OpenBSD: fenv.c,v 1.6 2022/12/27 17:10:07 jmc Exp $ */
/*
* Copyright (c) 2011 Martynas Venckus <martynas@openbsd.org>
@@ -294,7 +294,7 @@ feupdateenv(const fenv_t *envp)
DEF_STD(feupdateenv);
/*
- * The following functions are extentions to the standard
+ * The following functions are extensions to the standard
*/
int
feenableexcept(int mask)