diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2002-08-03 08:55:36 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2002-08-03 08:55:36 +0000 |
commit | aeb46ddb1e282818c3b47cd25a6bc0be370c9e78 (patch) | |
tree | 04f18b73d1167455ca3103f1737253f8648fb071 | |
parent | 9a50ceafc10893c30ce6a3fa35b0aa0ace4f45a2 (diff) |
spell 'debugging' correctly with double 'g' (in comments)
-rw-r--r-- | sys/arch/amiga/conf/DRACO | 4 | ||||
-rw-r--r-- | sys/arch/amiga/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/amiga/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/scsi/scsiconf.h | 4 | ||||
-rw-r--r-- | usr.bin/sup/src/scmio.c | 4 | ||||
-rw-r--r-- | usr.sbin/named/named/ns_main.c | 8 |
6 files changed, 14 insertions, 14 deletions
diff --git a/sys/arch/amiga/conf/DRACO b/sys/arch/amiga/conf/DRACO index 3cff405363b..35479a90ad8 100644 --- a/sys/arch/amiga/conf/DRACO +++ b/sys/arch/amiga/conf/DRACO @@ -1,4 +1,4 @@ -# $OpenBSD: DRACO,v 1.18 2002/01/23 19:16:09 fgsch Exp $ +# $OpenBSD: DRACO,v 1.19 2002/08/03 08:55:35 pvalchev Exp $ # $NetBSD: DRACO,v 1.7 1996/12/20 19:18:16 veego Exp $ # @@ -84,7 +84,7 @@ option KTRACE # Add kernel tracing system call option DIAGNOSTIC # Add additional error checking code # -# Misc. debuging options +# Misc. debugging options # option DEBUG # Add debugging statements option DDB # Kernel debugger diff --git a/sys/arch/amiga/conf/GENERIC b/sys/arch/amiga/conf/GENERIC index e0c60dbcbd9..b98478d8406 100644 --- a/sys/arch/amiga/conf/GENERIC +++ b/sys/arch/amiga/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.39 2002/01/23 19:16:09 fgsch Exp $ +# $OpenBSD: GENERIC,v 1.40 2002/08/03 08:55:35 pvalchev Exp $ # $NetBSD: GENERIC,v 1.85 1997/08/27 19:32:49 is Exp $ # @@ -52,7 +52,7 @@ option COMPAT_SUNOS # Support to run Sun (m68k) executables option GENERIC # Mini-root boot support # -# Misc. debuging options +# Misc. debugging options # #option DEBUG # Add debugging statements #option SYSCALL_DEBUG # debug all syscalls. diff --git a/sys/arch/amiga/conf/RAMDISK b/sys/arch/amiga/conf/RAMDISK index 263f3d14d68..444eaec4ff4 100644 --- a/sys/arch/amiga/conf/RAMDISK +++ b/sys/arch/amiga/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.14 2002/03/14 00:47:56 miod Exp $ +# $OpenBSD: RAMDISK,v 1.15 2002/08/03 08:55:35 pvalchev Exp $ # # A ramdisk kernel @@ -44,7 +44,7 @@ option ADOSFS # AmigaDOS file system # -# Misc. debuging options +# Misc. debugging options # #option DEBUG # Add debugging statements #option SYSCALL_DEBUG # debug all syscalls. diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h index ade7717052a..85be0891e7b 100644 --- a/sys/scsi/scsiconf.h +++ b/sys/scsi/scsiconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.h,v 1.34 2002/05/27 23:42:40 tdeval Exp $ */ +/* $OpenBSD: scsiconf.h,v 1.35 2002/08/03 08:55:35 pvalchev Exp $ */ /* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */ /* @@ -166,7 +166,7 @@ struct scsi_link { #define SDEV_MEDIA_LOADED 0x0002 /* device figures are still valid */ #define SDEV_WAITING 0x0004 /* a process is waiting for this */ #define SDEV_OPEN 0x0008 /* at least 1 open session */ -#define SDEV_DBX 0x00f0 /* debuging flags (scsi_debug.h) */ +#define SDEV_DBX 0x00f0 /* debugging flags (scsi_debug.h) */ #define SDEV_EJECTING 0x0100 /* eject on device close */ #define SDEV_ATAPI 0x0200 /* device is ATAPI */ #define SDEV_2NDBUS 0x0400 /* device is a 'second' bus device */ diff --git a/usr.bin/sup/src/scmio.c b/usr.bin/sup/src/scmio.c index cf37d40b1db..7bcf9a57a1d 100644 --- a/usr.bin/sup/src/scmio.c +++ b/usr.bin/sup/src/scmio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scmio.c,v 1.11 2002/02/16 21:27:54 millert Exp $ */ +/* $OpenBSD: scmio.c,v 1.12 2002/08/03 08:55:35 pvalchev Exp $ */ /* * Copyright (c) 1992 Carnegie Mellon University @@ -123,7 +123,7 @@ * Added crosspatch support. * * 28-Jun-87 Glenn Marcy (gm0w) at Carnegie-Mellon University - * Found error in debuging code for readint(). + * Found error in debugging code for readint(). * * 01-Apr-87 Glenn Marcy (gm0w) at Carnegie-Mellon University * Added code to readdata to "push" data back into the data buffer. diff --git a/usr.sbin/named/named/ns_main.c b/usr.sbin/named/named/ns_main.c index f8c5f0c8359..236f3bf955d 100644 --- a/usr.sbin/named/named/ns_main.c +++ b/usr.sbin/named/named/ns_main.c @@ -1,11 +1,11 @@ -/* $OpenBSD: ns_main.c,v 1.21 2002/07/01 00:00:31 millert Exp $ */ +/* $OpenBSD: ns_main.c,v 1.22 2002/08/03 08:55:35 pvalchev Exp $ */ #if !defined(lint) && !defined(SABER) #if 0 static char sccsid[] = "@(#)ns_main.c 4.55 (Berkeley) 7/1/91"; static char rcsid[] = "$From: ns_main.c,v 8.26 1998/05/11 04:19:45 vixie Exp $"; #else -static char rcsid[] = "$OpenBSD: ns_main.c,v 1.21 2002/07/01 00:00:31 millert Exp $"; +static char rcsid[] = "$OpenBSD: ns_main.c,v 1.22 2002/08/03 08:55:35 pvalchev Exp $"; #endif #endif /* not lint */ @@ -1476,7 +1476,7 @@ setdumpflg() } /* -** Turn on or off debuging by open or closeing the debug file +** Turn on or off debugging by open or closeing the debug file */ static void @@ -1518,7 +1518,7 @@ setdebug(code) /* ** Catch a special signal and set debug level. ** -** If debuging is off then turn on debuging else increment the level. +** If debugging is off then turn on debugging else increment the level. ** ** Handy for looking in on long running name servers. */ |