summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-06 11:21:58 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-06 11:21:58 +0000
commit2f1d3e2cdf4534d26d0b712e2d80bdce13126531 (patch)
treed3b94ea5b02dffbb2c0e5d31631391f45eda4df5 /sys/kern
parent3ade7f7578b70f38723a624d12f4d0866ecc461f (diff)
downloadFreeBSD-src-2f1d3e2cdf4534d26d0b712e2d80bdce13126531.zip
FreeBSD-src-2f1d3e2cdf4534d26d0b712e2d80bdce13126531.tar.gz
Fix typo: seperate -> separate.
Seperate does not exist in the english language.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/kern_exec.c2
-rw-r--r--sys/kern/kern_shutdown.c2
-rw-r--r--sys/kern/subr_clist.c2
-rw-r--r--sys/kern/subr_trap.c4
-rw-r--r--sys/kern/tty_subr.c2
5 files changed, 6 insertions, 6 deletions
diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c
index ec1a497..f6fc06b 100644
--- a/sys/kern/kern_exec.c
+++ b/sys/kern/kern_exec.c
@@ -686,7 +686,7 @@ exec_copyout_strings(imgp)
destp++;
}
- /* a null vector table pointer seperates the argp's from the envp's */
+ /* a null vector table pointer separates the argp's from the envp's */
suword(vectp++, 0);
suword(&arginfo->ps_envstr, (long)(intptr_t)vectp);
diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c
index 560cd4b..1b7426f 100644
--- a/sys/kern/kern_shutdown.c
+++ b/sys/kern/kern_shutdown.c
@@ -556,7 +556,7 @@ panic(const char *fmt, ...)
va_end(ap);
printf("panic: %s\n", buf);
#ifdef SMP
- /* two seperate prints in case of an unmapped page and trap */
+ /* two separate prints in case of an unmapped page and trap */
printf("cpuid = %d; ", PCPU_GET(cpuid));
#ifdef APIC_IO
printf("lapic.id = %08x\n", lapic.id);
diff --git a/sys/kern/subr_clist.c b/sys/kern/subr_clist.c
index a7d1daf..3389d36 100644
--- a/sys/kern/subr_clist.c
+++ b/sys/kern/subr_clist.c
@@ -494,7 +494,7 @@ b_to_q(src, amount, clistp)
/*
* Clear quote bits if they aren't known to be clear.
- * The following could probably be made into a seperate
+ * The following could probably be made into a separate
* "bitzero()" routine, but why bother?
*/
if (isset(cblockp->c_quote, CBQSIZE * NBBY - 1)) {
diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c
index 2caa992..40681bd 100644
--- a/sys/kern/subr_trap.c
+++ b/sys/kern/subr_trap.c
@@ -933,7 +933,7 @@ trap_fatal(frame, eva)
frame->tf_eflags & PSL_VM ? "vm86" :
ISPL(frame->tf_cs) == SEL_UPL ? "user" : "kernel");
#ifdef SMP
- /* two seperate prints in case of a trap on an unmapped page */
+ /* two separate prints in case of a trap on an unmapped page */
printf("cpuid = %d; ", PCPU_GET(cpuid));
printf("lapic.id = %08x\n", lapic.id);
#endif
@@ -1016,7 +1016,7 @@ dblfault_handler()
printf("esp = 0x%x\n", PCPU_GET(common_tss.tss_esp));
printf("ebp = 0x%x\n", PCPU_GET(common_tss.tss_ebp));
#ifdef SMP
- /* two seperate prints in case of a trap on an unmapped page */
+ /* two separate prints in case of a trap on an unmapped page */
printf("cpuid = %d; ", PCPU_GET(cpuid));
printf("lapic.id = %08x\n", lapic.id);
#endif
diff --git a/sys/kern/tty_subr.c b/sys/kern/tty_subr.c
index a7d1daf..3389d36 100644
--- a/sys/kern/tty_subr.c
+++ b/sys/kern/tty_subr.c
@@ -494,7 +494,7 @@ b_to_q(src, amount, clistp)
/*
* Clear quote bits if they aren't known to be clear.
- * The following could probably be made into a seperate
+ * The following could probably be made into a separate
* "bitzero()" routine, but why bother?
*/
if (isset(cblockp->c_quote, CBQSIZE * NBBY - 1)) {
OpenPOWER on IntegriCloud