Date: Sun, 16 Mar 2014 14:19:46 +0000 (UTC) From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r263242 - head/lib/libc/arm/aeabi Message-ID: <201403161419.s2GEJkwb097031@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403161419.s2GEJkwb097031>