Module Name:    src
Committed By:   tsutsui
Date:           Thu Mar 24 15:05:55 UTC 2011

Modified Files:
        src/sys/arch/x68k/include: bus.h

Log Message:
Fix typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/x68k/include/bus.h

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/x68k/include/bus.h
diff -u src/sys/arch/x68k/include/bus.h:1.23 src/sys/arch/x68k/include/bus.h:1.24
--- src/sys/arch/x68k/include/bus.h:1.23	Thu Mar 24 14:58:33 2011
+++ src/sys/arch/x68k/include/bus.h	Thu Mar 24 15:05:55 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: bus.h,v 1.23 2011/03/24 14:58:33 tsutsui Exp $	*/
+/*	$NetBSD: bus.h,v 1.24 2011/03/24 15:05:55 tsutsui Exp $	*/
 
 /*-
  * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -120,7 +120,7 @@
 #define BUS_SPACE_MAP_LINEAR		0x0002
 #define BUS_SPACE_MAP_PREFETCHABLE	0x0004
 /*
- * For simpler hadware, many x68k devices are mapped with shifted address
+ * For simpler hardware, many x68k devices are mapped with shifted address
  * i.e. only on even or odd addresses.
  */
 #define BUS_SPACE_MAP_SHIFTED_MASK	0x1001

Reply via email to