diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-09-26 21:43:33 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-09-26 21:43:33 +0000 |
commit | 759e80db3df46eb4e1e8d02d28f6df859e880ec9 (patch) | |
tree | 47ab8629c2d50626b20f78dd90cc281f0c852fa9 /sys/arch/vax | |
parent | 5016a6b6ace446af5b40ffc8186a3d5a8af88868 (diff) |
Typos: defintion -> definition, proccess -> process
There are more occurences hiding in binutils, lynx and afs but I am too
lazy to report them upstream at the moment.
Diffstat (limited to 'sys/arch/vax')
-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 |