Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/common/lib/libc/arch/arm/string Fix typo.
details: https://anonhg.NetBSD.org/src/rev/0d5452e98ed9
branches: trunk
changeset: 784737:0d5452e98ed9
user: matt <matt%NetBSD.org@localhost>
date: Fri Feb 08 01:41:35 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 e31c80d2166f -r 0d5452e98ed9 common/lib/libc/arch/arm/string/memcpy.S
--- a/common/lib/libc/arch/arm/string/memcpy.S Thu Feb 07 23:37:58 2013 +0000
+++ b/common/lib/libc/arch/arm/string/memcpy.S Fri Feb 08 01:41:35 2013 +0000
@@ -1,6 +1,6 @@
-/* $NetBSD: memcpy.S,v 1.2 2012/12/12 15:51:09 matt Exp $ */
+/* $NetBSD: memcpy.S,v 1.3 2013/02/08 01:41:35 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