Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm32 Correct comment to avoid confusion, it re...
details: https://anonhg.NetBSD.org/src/rev/7db0ec16abc8
branches: trunk
changeset: 517824:7db0ec16abc8
user: chris <chris%NetBSD.org@localhost>
date: Tue Nov 20 00:22:33 2001 +0000
description:
Correct comment to avoid confusion, it really means 32 bits not 32 bites.
diffstat:
sys/arch/arm/arm32/bcopyinout.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c6830efcbb08 -r 7db0ec16abc8 sys/arch/arm/arm32/bcopyinout.S
--- a/sys/arch/arm/arm32/bcopyinout.S Mon Nov 19 23:30:07 2001 +0000
+++ b/sys/arch/arm/arm32/bcopyinout.S Tue Nov 20 00:22:33 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bcopyinout.S,v 1.2 2001/09/28 09:56:03 chris Exp $ */
+/* $NetBSD: bcopyinout.S,v 1.3 2001/11/20 00:22:33 chris Exp $ */
/*
* Copyright (c) 1995-1998 Mark Brinicombe.
@@ -183,7 +183,7 @@
/*
* If less than 4 bytes or the source or destination address is
* not 32 bit aligned then copy it slowly, byte at a time.
- * Otherwise copy it 32 bites at a time.
+ * Otherwise copy it 32 bits at a time.
*/
subs r2, r2, #4
bmi Lslow_copyinout
Home |
Main Index |
Thread Index |
Old Index