svn commit: r263242 - head/lib/libc/arm/aeabi

Andrew Turner andrew at FreeBSD.org
Sun Mar 16 14:19:47 UTC 2014


Author: andrew
Date: Sun Mar 16 14:19:46 2014
New Revision: 263242
URL: http://svnweb.freebsd.org/changeset/base/263242

Log:
  Fix the spelling of function.
  
  Reported by:	ian@

Modified:
  head/lib/libc/arm/aeabi/aeabi_double.c
  head/lib/libc/arm/aeabi/aeabi_float.c

Modified: head/lib/libc/arm/aeabi/aeabi_double.c
==============================================================================
--- head/lib/libc/arm/aeabi/aeabi_double.c	Sun Mar 16 14:06:10 2014	(r263241)
+++ head/lib/libc/arm/aeabi/aeabi_double.c	Sun Mar 16 14:19:46 2014	(r263242)
@@ -56,7 +56,7 @@ float64 __aeabi_dsub_vfp(float64, float6
 /*
  * 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)

Modified: head/lib/libc/arm/aeabi/aeabi_float.c
==============================================================================
--- head/lib/libc/arm/aeabi/aeabi_float.c	Sun Mar 16 14:06:10 2014	(r263241)
+++ head/lib/libc/arm/aeabi/aeabi_float.c	Sun Mar 16 14:19:46 2014	(r263242)
@@ -56,7 +56,7 @@ float32 __aeabi_fsub_vfp(float32, float3
 /*
  * 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)


More information about the svn-src-all mailing list