summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2014-03-16 14:19:46 +0000
committerandrew <andrew@FreeBSD.org>2014-03-16 14:19:46 +0000
commit5d9911c77002be269722e4b12d28ee800b307534 (patch)
tree8cf01b41be544ba26266af6b895518ef11a5157b
parenta704d8391960ecb8c698b66b8e81c0c2cce269d1 (diff)
downloadFreeBSD-src-5d9911c77002be269722e4b12d28ee800b307534.zip
FreeBSD-src-5d9911c77002be269722e4b12d28ee800b307534.tar.gz
Fix the spelling of function.
Reported by: ian@
-rw-r--r--lib/libc/arm/aeabi/aeabi_double.c2
-rw-r--r--lib/libc/arm/aeabi/aeabi_float.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arm/aeabi/aeabi_double.c b/lib/libc/arm/aeabi/aeabi_double.c
index a32f6a1..274279d 100644
--- a/lib/libc/arm/aeabi/aeabi_double.c
+++ b/lib/libc/arm/aeabi/aeabi_double.c
@@ -56,7 +56,7 @@ float64 __aeabi_dsub_vfp(float64, float64);
/*
* Depending on the target these will:
* On armv6 with a vfp call the above function, or
- * Call the softfloat cunstion in the 3rd argument.
+ * Call the softfloat function in the 3rd argument.
*/
int AEABI_FUNC2(dcmpeq, float64, float64_eq)
int AEABI_FUNC2(dcmplt, float64, float64_lt)
diff --git a/lib/libc/arm/aeabi/aeabi_float.c b/lib/libc/arm/aeabi/aeabi_float.c
index f8d8cbc..be7a6d6 100644
--- a/lib/libc/arm/aeabi/aeabi_float.c
+++ b/lib/libc/arm/aeabi/aeabi_float.c
@@ -56,7 +56,7 @@ float32 __aeabi_fsub_vfp(float32, float32);
/*
* Depending on the target these will:
* On armv6 with a vfp call the above function, or
- * Call the softfloat cunstion in the 3rd argument.
+ * Call the softfloat function in the 3rd argument.
*/
int AEABI_FUNC2(fcmpeq, float32, float32_eq)
int AEABI_FUNC2(fcmplt, float32, float32_lt)
OpenPOWER on IntegriCloud