diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-09-16 17:20:08 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-09-16 17:20:08 +0000 |
commit | bec30f54520515e551ee413328bfc439c39f23b6 (patch) | |
tree | f87c2d6060aba265230a96f54ebd54a559ccae8a /sys/arch/hppa/gsc | |
parent | ba6aaeb5795a5f381673c75c9b5c3b4c3d26ca36 (diff) |
Fix a bunch of typos: manaul, monnitor, machiune, autload.
Diffstat (limited to 'sys/arch/hppa/gsc')
-rw-r--r-- | sys/arch/hppa/gsc/lpt_gsc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/gsc/lpt_gsc.c b/sys/arch/hppa/gsc/lpt_gsc.c index 6a4a40ee190..5f31d065c51 100644 --- a/sys/arch/hppa/gsc/lpt_gsc.c +++ b/sys/arch/hppa/gsc/lpt_gsc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lpt_gsc.c,v 1.11 2004/09/14 22:32:01 mickey Exp $ */ +/* $OpenBSD: lpt_gsc.c,v 1.12 2011/09/16 17:20:07 miod Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -83,7 +83,7 @@ struct cfattach lpt_gsc_ca = { * * 2) You should be able to write to and read back the same value * to the control port lower 5 bits, the upper 3 bits are reserved - * per the IBM PC technical reference manauls and different boards + * per the IBM PC technical reference manuals and different boards * do different things with them. Do an alternating zeros, alternating * ones, walking zero, and walking one test to check for stuck bits. * |