Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/matt-nb6-plus]: src/common/lib/libc/arch/arm/string Fix typo.
details: https://anonhg.NetBSD.org/src/rev/5155e14c486e
branches: matt-nb6-plus
changeset: 774552:5155e14c486e
user: matt <matt%NetBSD.org@localhost>
date: Fri Feb 08 01:41:49 2013 +0000
description:
Fix typo.
diffstat:
common/lib/libc/arch/arm/string/memcpy.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (12 lines):
diff -r 9bfeff123ecb -r 5155e14c486e common/lib/libc/arch/arm/string/memcpy.S
--- a/common/lib/libc/arch/arm/string/memcpy.S Thu Feb 07 07:05:59 2013 +0000
+++ b/common/lib/libc/arch/arm/string/memcpy.S Fri Feb 08 01:41:49 2013 +0000
@@ -1,6 +1,6 @@
-/* $NetBSD: memcpy.S,v 1.1.54.1 2013/02/07 07:05:59 matt Exp $ */
+/* $NetBSD: memcpy.S,v 1.1.54.2 2013/02/08 01:41:49 matt Exp $ */
-#if !defined(_ARM_ARCH_DWORK_OK) || defined(_STANDALONE)
+#if !defined(_ARM_ARCH_DWORD_OK) || defined(_STANDALONE)
#include "memcpy_arm.S"
#else
#include "memcpy_xscale.S"
Home |
Main Index |
Thread Index |
Old Index