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/dev/tc | |
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/dev/tc')
-rw-r--r-- | sys/dev/tc/tcds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tc/tcds.c b/sys/dev/tc/tcds.c index 3098e0deb6e..4e7d6947641 100644 --- a/sys/dev/tc/tcds.c +++ b/sys/dev/tc/tcds.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcds.c,v 1.2 2002/10/12 01:09:44 krw Exp $ */ +/* $OpenBSD: tcds.c,v 1.3 2003/09/26 21:43:31 miod Exp $ */ /* $NetBSD: tcds.c,v 1.3 2001/11/13 06:26:10 lukem Exp $ */ /*- @@ -230,7 +230,7 @@ tcdsattach(parent, self, aux) TCDS_CIR_GPI_2) != 0; /* - * Set up the per-slot defintions for later use. + * Set up the per-slot definitions for later use. */ /* fill in common information first */ |