diff options
Diffstat (limited to 'sys/arch/vax/qbus/qdreg.h')
-rw-r--r-- | sys/arch/vax/qbus/qdreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/qbus/qdreg.h b/sys/arch/vax/qbus/qdreg.h index eca53801287..32141bc415e 100644 --- a/sys/arch/vax/qbus/qdreg.h +++ b/sys/arch/vax/qbus/qdreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: qdreg.h,v 1.2 2003/06/02 23:27:58 millert Exp $ */ +/* $OpenBSD: qdreg.h,v 1.3 2003/09/26 21:43:31 miod Exp $ */ /* $NetBSD: qdreg.h,v 1.1 1998/03/21 10:02:39 ragge Exp $ */ /*- * Copyright (c) 1982, 1986 The Regents of the University of California. @@ -329,7 +329,7 @@ #define XMT_RDY_B 0x10 #define RCV_RDY_B 0x20 - /* status register bit defintions */ + /* status register bit definitions */ #define RCV_RDY 0x01 #define FIFO_FULL 0x02 |