Fix the spelling of function.

Reported by:	ian@
This commit is contained in:
Andrew Turner 2014-03-16 14:19:46 +00:00
parent a4986e9aea
commit aac3f7c724
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=263242
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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)