diff options
author | Thierry Deval <tdeval@cvs.openbsd.org> | 2002-05-27 23:39:56 +0000 |
---|---|---|
committer | Thierry Deval <tdeval@cvs.openbsd.org> | 2002-05-27 23:39:56 +0000 |
commit | c35e5a30622f86f87b169769c482fee1f632c164 (patch) | |
tree | 124c55ef17822b7983329c933ae16912180927d0 /sys/dev/cardbus | |
parent | e6b8b7ae0970c783be62e8be7593d7cb22fd69cf (diff) |
typo
Diffstat (limited to 'sys/dev/cardbus')
-rw-r--r-- | sys/dev/cardbus/rbus.h | 4 |
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. * |