Module Name:    src
Committed By:   skrll
Date:           Sun Feb 26 07:23:24 UTC 2012

Modified Files:
        src/sys/arch/hp700/stand/xxboot: start.S

Log Message:
Typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hp700/stand/xxboot/start.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hp700/stand/xxboot/start.S
diff -u src/sys/arch/hp700/stand/xxboot/start.S:1.2 src/sys/arch/hp700/stand/xxboot/start.S:1.3
--- src/sys/arch/hp700/stand/xxboot/start.S:1.2	Sun Dec 11 12:17:25 2005
+++ src/sys/arch/hp700/stand/xxboot/start.S	Sun Feb 26 07:23:24 2012
@@ -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 @@ PZ_MEM_KEYBOARD:	.equ	0x400
 
 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

Reply via email to