Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/include Fix typo in comment.
details: https://anonhg.NetBSD.org/src/rev/e2189b69f9fb
branches: trunk
changeset: 763547:e2189b69f9fb
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Thu Mar 24 15:05:55 2011 +0000
description:
Fix typo in comment.
diffstat:
sys/arch/x68k/include/bus.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 39499207c562 -r e2189b69f9fb sys/arch/x68k/include/bus.h
--- a/sys/arch/x68k/include/bus.h Thu Mar 24 14:58:33 2011 +0000
+++ b/sys/arch/x68k/include/bus.h Thu Mar 24 15:05:55 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index