From aac3f7c724cbbd79e3c8857e104a6efe5dab0da1 Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Sun, 16 Mar 2014 14:19:46 +0000 Subject: [PATCH] Fix the spelling of function. Reported by: ian@ --- lib/libc/arm/aeabi/aeabi_double.c | 2 +- lib/libc/arm/aeabi/aeabi_float.c | 2 +- 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)