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 /sys/arch | |
parent | 9a50ceafc10893c30ce6a3fa35b0aa0ace4f45a2 (diff) |
spell 'debugging' correctly with double 'g' (in comments)
Diffstat (limited to 'sys/arch')
-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 |
3 files changed, 6 insertions, 6 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. |