Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hp700/stand/xxboot Typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/8dc40d49607f
branches:  trunk
changeset: 777622:8dc40d49607f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Feb 26 07:23:24 2012 +0000

description:
Typo in comment.

diffstat:

 sys/arch/hp700/stand/xxboot/start.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a4c9c9413618 -r 8dc40d49607f sys/arch/hp700/stand/xxboot/start.S
--- a/sys/arch/hp700/stand/xxboot/start.S       Sat Feb 25 22:32:44 2012 +0000
+++ b/sys/arch/hp700/stand/xxboot/start.S       Sun Feb 26 07:23:24 2012 +0000
@@ -1,4 +1,4 @@
-;      $NetBSD: start.S,v 1.2 2005/12/11 12:17:25 christos Exp $
+;      $NetBSD: start.S,v 1.3 2012/02/26 07:23:24 skrll Exp $
 
 ; Copyright (c) 2003 ITOH Yasufumi.
 ; All rights reserved.
@@ -250,7 +250,7 @@
 
 DEV_PATH:              .equ    0x00
 DEV_LAYERS:            .equ    0x08
-DEV_HPA:               .equ    0x20    ; hard physical adderss space
+DEV_HPA:               .equ    0x20    ; hard physical address space
 DEV_SPA:               .equ    0x24    ; soft physical address space
 DEV_IODC_ENTRY:                .equ    0x28
 DEV_CLASS:             .equ    0x2c



Home | Main Index | Thread Index | Old Index