From bec30f54520515e551ee413328bfc439c39f23b6 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 16 Sep 2011 17:20:08 +0000 Subject: Fix a bunch of typos: manaul, monnitor, machiune, autload. --- sys/arch/hppa/gsc/lpt_gsc.c | 4 ++-- sys/arch/vax/include/mtpr.h | 6 +++--- sys/dev/isa/lpt_isa.c | 4 ++-- sys/dev/usb/if_axe.c | 4 ++-- 4 files changed, 9 insertions(+), 9 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. * diff --git a/sys/arch/vax/include/mtpr.h b/sys/arch/vax/include/mtpr.h index 9aa610f86ab..1cd7df195e8 100644 --- a/sys/arch/vax/include/mtpr.h +++ b/sys/arch/vax/include/mtpr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mtpr.h,v 1.6 2011/03/23 16:54:37 pirofti Exp $ */ +/* $OpenBSD: mtpr.h,v 1.7 2011/09/16 17:20:07 miod Exp $ */ /* $NetBSD: mtpr.h,v 1.12 1999/06/06 19:06:29 ragge Exp $ */ /* @@ -77,7 +77,7 @@ #define PR_TXDB 35 /* Console Transmit D/B */ #define PR_TBDR 36 /* Translation Buffer Group Disable Register 11/750 */ #define PR_CADR 37 /* Cache Disable Register 11/750 */ -#define PR_MCESR 38 /* Machiune Check Error Summary Register 11/750 */ +#define PR_MCESR 38 /* Machine Check Error Summary Register 11/750 */ #define PR_CAER 39 /* Cache Error Register 11/750 */ #define PR_ACCS 40 /* Accelerator control register */ #define PR_SAVISP 41 /* Console Saved ISP */ @@ -98,7 +98,7 @@ #define PR_TBIS 58 /* Trans. Buf. Invalidate Single */ #define PR_TBDATA 59 /* Translation Buffer Data */ #define PR_MBRK 60 /* Microprogram Break */ -#define PR_PMR 61 /* Performance Monnitor Enable */ +#define PR_PMR 61 /* Performance Monitor Enable */ #define PR_SID 62 /* System ID Register */ #define PR_TBCHK 63 /* Translation Buffer Check */ diff --git a/sys/dev/isa/lpt_isa.c b/sys/dev/isa/lpt_isa.c index 0d7a1b8689b..5248c70d243 100644 --- a/sys/dev/isa/lpt_isa.c +++ b/sys/dev/isa/lpt_isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lpt_isa.c,v 1.12 2002/03/14 01:26:56 millert Exp $ */ +/* $OpenBSD: lpt_isa.c,v 1.13 2011/09/16 17:20:07 miod Exp $ */ /* * Copyright (c) 1993, 1994 Charles Hannum. @@ -79,7 +79,7 @@ struct cfattach lpt_isa_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. * diff --git a/sys/dev/usb/if_axe.c b/sys/dev/usb/if_axe.c index bf5287d2847..2829a5eb175 100644 --- a/sys/dev/usb/if_axe.c +++ b/sys/dev/usb/if_axe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_axe.c,v 1.106 2011/07/03 15:47:17 matthew Exp $ */ +/* $OpenBSD: if_axe.c,v 1.107 2011/09/16 17:20:07 miod Exp $ */ /* * Copyright (c) 2005, 2006, 2007 Jonathan Gray @@ -78,7 +78,7 @@ * to send any packets. * * Note that this device appears to only support loading the station - * address via autload from the EEPROM (i.e. there's no way to manaully + * address via autoload from the EEPROM (i.e. there's no way to manually * set it). * * (Adam Weinberger wanted me to name this driver if_gir.c.) -- cgit v1.2.3