aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/arm
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2014-03-16 14:19:46 +0000
committerAndrew Turner <andrew@FreeBSD.org>2014-03-16 14:19:46 +0000
commitaac3f7c724cbbd79e3c8857e104a6efe5dab0da1 (patch)
tree8cf01b41be544ba26266af6b895518ef11a5157b /lib/libc/arm
parenta4986e9aea035bb3c08c599bcfedfe0fc47a4b33 (diff)
downloadsrc-aac3f7c724cbbd79e3c8857e104a6efe5dab0da1.tar.gz
src-aac3f7c724cbbd79e3c8857e104a6efe5dab0da1.zip
Fix the spelling of function.
Reported by: ian@
Notes
Notes: svn path=/head/; revision=263242
Diffstat (limited to 'lib/libc/arm')
-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 a32f6a1d44d6..274279d836de 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 f8d8cbcf5584..be7a6d6e12bd 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)