From ae8d7514373b1096c5ed44c3d288120d2433f597 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 6 May 2014 15:00:39 -0600 Subject: Ooops... last (cosmetic) changes were still in the editor --- nuttx/arch/arm/src/armv7-a/arm_memcpy.S | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nuttx/arch/arm/src/armv7-a/arm_memcpy.S b/nuttx/arch/arm/src/armv7-a/arm_memcpy.S index a6600659a..84da4942b 100644 --- a/nuttx/arch/arm/src/armv7-a/arm_memcpy.S +++ b/nuttx/arch/arm/src/armv7-a/arm_memcpy.S @@ -1,8 +1,9 @@ /************************************************************************************ - * nuttx/arch/arm/src/armv7-m/up_memcpy.S + * nuttx/arch/arm/src/armv7-a/arm_memcpy.S * - * armv7m-optimised memcpy, contributed by Mike Smith. Apparently in the public - * domain and is re-released here under the modified BSD license: + * ARMv7-A optimised memcpy, based on the ARMv7-M version contributed by Mike Smith. + * Apparently in the public domain and is re-released here under the modified BSD + * license: * * Obtained via a posting on the Stellaris forum: * http://e2e.ti.com/support/microcontrollers/\ -- cgit v1.2.3