summaryrefslogtreecommitdiff
path: root/lib/libc/arch/arm/gen/flt_rounds.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/arch/arm/gen/flt_rounds.c')
-rw-r--r--lib/libc/arch/arm/gen/flt_rounds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/arm/gen/flt_rounds.c b/lib/libc/arch/arm/gen/flt_rounds.c
index 89cb30adfa1..7effc441e2a 100644
--- a/lib/libc/arch/arm/gen/flt_rounds.c
+++ b/lib/libc/arch/arm/gen/flt_rounds.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: flt_rounds.c,v 1.2 2004/02/01 05:40:52 drahn Exp $ */
+/* $OpenBSD: flt_rounds.c,v 1.3 2006/02/06 17:03:17 jmc Exp $ */
/* $NetBSD: flt_rounds.c,v 1.1 2000/12/29 20:13:48 bjh21 Exp $ */
/*
@@ -57,7 +57,7 @@ static const int map[] = {
* HOWEVER:
* The ARM FPA codes the rounding mode into the actual FP instructions
* so there is no such thing as a global rounding mode.
- * The default is round to nearest if rounding is not explictly specified.
+ * The default is round to nearest if rounding is not explicitly specified.
* FP instructions generated by GCC will not explicitly specify a rounding
* mode.
*