From 7bd34050a7b75ad637bb32f78c8c609923637677 Mon Sep 17 00:00:00 2001 From: Michael Neumann Date: Sat, 7 Jun 2008 11:37:23 +0000 Subject: [PATCH] Correct typos. --- sys/kern/imgact_elf.c | 4 ++-- sys/kern/init_main.c | 4 ++-- sys/kern/kern_intr.c | 4 ++-- sys/platform/pc32/apic/mpapic.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys/kern/imgact_elf.c b/sys/kern/imgact_elf.c index 8a7ac0a04f..f7e811beeb 100644 --- a/sys/kern/imgact_elf.c +++ b/sys/kern/imgact_elf.c @@ -27,7 +27,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $FreeBSD: src/sys/kern/imgact_elf.c,v 1.73.2.13 2002/12/28 19:49:41 dillon Exp $ - * $DragonFly: src/sys/kern/imgact_elf.c,v 1.52 2007/06/29 23:40:00 dillon Exp $ + * $DragonFly: src/sys/kern/imgact_elf.c,v 1.53 2008/06/07 11:37:23 mneumann Exp $ */ #include @@ -197,7 +197,7 @@ elf_remove_brand_entry(Elf_Brandinfo *entry) /* * Check if an elf brand is being used anywhere in the system. * - * Used by the linux emulatino module unloader. This isn't safe from + * Used by the linux emulation module unloader. This isn't safe from * races. */ struct elf_brand_inuse_info { diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 61076fa977..0075c19bf0 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -40,7 +40,7 @@ * * @(#)init_main.c 8.9 (Berkeley) 1/21/94 * $FreeBSD: src/sys/kern/init_main.c,v 1.134.2.8 2003/06/06 20:21:32 tegge Exp $ - * $DragonFly: src/sys/kern/init_main.c,v 1.86 2008/05/26 17:11:09 nth Exp $ + * $DragonFly: src/sys/kern/init_main.c,v 1.87 2008/06/07 11:37:23 mneumann Exp $ */ #include "opt_init_path.h" @@ -100,7 +100,7 @@ SYSCTL_INT(_debug, OID_AUTO, boothowto, CTLFLAG_RD, &boothowto, 0, ""); /* * This ensures that there is at least one entry so that the sysinit_set - * symbol is not undefined. A sybsystem ID of SI_SPECIAL_DUMMY is never + * symbol is not undefined. A subsystem ID of SI_SPECIAL_DUMMY is never * executed. */ SYSINIT(placeholder, SI_SPECIAL_DUMMY, SI_ORDER_ANY, NULL, NULL) diff --git a/sys/kern/kern_intr.c b/sys/kern/kern_intr.c index ab4acc98d5..4b6d2d4490 100644 --- a/sys/kern/kern_intr.c +++ b/sys/kern/kern_intr.c @@ -24,7 +24,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $FreeBSD: src/sys/kern/kern_intr.c,v 1.24.2.1 2001/10/14 20:05:50 luigi Exp $ - * $DragonFly: src/sys/kern/kern_intr.c,v 1.53 2008/05/14 11:59:23 sephe Exp $ + * $DragonFly: src/sys/kern/kern_intr.c,v 1.54 2008/06/07 11:37:23 mneumann Exp $ * */ @@ -551,7 +551,7 @@ ithread_livelock_wakeup(systimer_t st) } /* - * This function is called drectly from the ICU or APIC vector code assembly + * This function is called directly from the ICU or APIC vector code assembly * to process an interrupt. The critical section and interrupt deferral * checks have already been done but the function is entered WITHOUT * a critical section held. The BGL may or may not be held. diff --git a/sys/platform/pc32/apic/mpapic.h b/sys/platform/pc32/apic/mpapic.h index 1ad5e6392d..da2afc346e 100644 --- a/sys/platform/pc32/apic/mpapic.h +++ b/sys/platform/pc32/apic/mpapic.h @@ -23,7 +23,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/i386/include/mpapic.h,v 1.14.2.2 2000/09/30 02:49:34 ps Exp $ - * $DragonFly: src/sys/platform/pc32/apic/mpapic.h,v 1.11 2006/11/07 06:43:24 dillon Exp $ + * $DragonFly: src/sys/platform/pc32/apic/mpapic.h,v 1.12 2008/06/07 11:37:23 mneumann Exp $ */ #ifndef _MACHINE_MPAPIC_H_ @@ -54,7 +54,7 @@ enum busTypes { /* - * the physical/logical APIC ID management macors + * the physical/logical APIC ID management macros */ #define CPU_TO_ID(CPU) (cpu_num_to_apic_id[CPU]) #define ID_TO_CPU(ID) (apic_id_to_logical[ID]) -- 2.11.4.GIT