summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/cardbus/rbus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cardbus/rbus.h b/sys/dev/cardbus/rbus.h
index e3e33858f04..63cad035686 100644
--- a/sys/dev/cardbus/rbus.h
+++ b/sys/dev/cardbus/rbus.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rbus.h,v 1.2 2002/03/14 01:26:53 millert Exp $ */
+/* $OpenBSD: rbus.h,v 1.3 2002/05/27 23:39:55 tdeval Exp $ */
/* $NetBSD: rbus.h,v 1.3 1999/12/15 12:28:55 kleink Exp $ */
/*
* Copyright (c) 1999
@@ -42,7 +42,7 @@
*
* Ths rbus is a recursive bus-space administrator. This means a
* parent bus-space administrator, which usually belongs to a bus
- * bridge, makes some child bus-space administorators and gives
+ * bridge, makes some child bus-space administrators and gives
* (restricted) bus-space for children. There are a root bus-space
* administrator which maintains whole bus-space.
*