diff options
author | 2003-12-22 19:59:37 +0000 | |
---|---|---|
committer | 2003-12-22 19:59:37 +0000 | |
commit | ea7d2fd3d74cb2035711f68d59813859031c5609 (patch) | |
tree | 89fdfbf59bb026b551a23eff7e20e084e6e00d03 | |
parent | spacing (diff) | |
download | wireguard-openbsd-ea7d2fd3d74cb2035711f68d59813859031c5609.tar.xz wireguard-openbsd-ea7d2fd3d74cb2035711f68d59813859031c5609.zip |
typos from Jared Yanovich;
note: i only committed some of these.
-rw-r--r-- | sys/arch/alpha/alpha/cpu.c | 4 | ||||
-rw-r--r-- | sys/arch/alpha/alpha/fp_complete.c | 4 | ||||
-rw-r--r-- | sys/arch/alpha/alpha/pmap.c | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/alpha/alpha/cpu.c b/sys/arch/alpha/alpha/cpu.c index 3f57c4707a7..bbd29a1b5cd 100644 --- a/sys/arch/alpha/alpha/cpu.c +++ b/sys/arch/alpha/alpha/cpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.c,v 1.15 2003/05/11 19:41:08 deraadt Exp $ */ +/* $OpenBSD: cpu.c,v 1.16 2003/12/22 19:59:37 jmc Exp $ */ /* $NetBSD: cpu.c,v 1.44 2000/05/23 05:12:53 thorpej Exp $ */ /*- @@ -289,7 +289,7 @@ recognized: #if defined(MULTIPROCESSOR) if (ma->ma_slot > ALPHA_WHAMI_MAXID) { - printf("%s: procssor ID too large, ignoring\n", dev->dv_xname); + printf("%s: processor ID too large, ignoring\n", dev->dv_xname); return; } diff --git a/sys/arch/alpha/alpha/fp_complete.c b/sys/arch/alpha/alpha/fp_complete.c index 7afe4d32f7d..41d98b48c21 100644 --- a/sys/arch/alpha/alpha/fp_complete.c +++ b/sys/arch/alpha/alpha/fp_complete.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fp_complete.c,v 1.2 2003/10/18 20:14:40 jmc Exp $ */ +/* $OpenBSD: fp_complete.c,v 1.3 2003/12/22 19:59:37 jmc Exp $ */ /* $NetBSD: fp_complete.c,v 1.5 2002/01/18 22:15:56 ross Exp $ */ /*- @@ -404,7 +404,7 @@ u_int64_t alpha_read_fp_c(struct proc *p) { /* - * A possibly-desireable EV6-specific optimization would deviate from + * A possibly desirable EV6-specific optimization would deviate from * the Alpha Architecture spec and keep some FP_C bits in the FPCR, * but in a transparent way. Some of the code for that would need to * go right here. diff --git a/sys/arch/alpha/alpha/pmap.c b/sys/arch/alpha/alpha/pmap.c index 58ada57e9bb..7d51dca2101 100644 --- a/sys/arch/alpha/alpha/pmap.c +++ b/sys/arch/alpha/alpha/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.39 2003/10/18 20:14:40 jmc Exp $ */ +/* $OpenBSD: pmap.c,v 1.40 2003/12/22 19:59:37 jmc Exp $ */ /* $NetBSD: pmap.c,v 1.154 2000/12/07 22:18:55 thorpej Exp $ */ /*- @@ -926,7 +926,7 @@ pmap_bootstrap(paddr_t ptaddr, u_int maxasn, u_long ncpuids) /* * Set up level three page table (lev3map) */ - /* Nothing to do; it's already zero'd */ + /* Nothing to do; it's already zeroed */ /* * Initialize `FYI' variables. Note we're relying on @@ -3268,7 +3268,7 @@ pmap_physpage_alloc(int usage, paddr_t *pap) paddr_t pa; /* - * Don't ask for a zero'd page in the L1PT case -- we will + * Don't ask for a zeroed page in the L1PT case -- we will * properly initialize it in the constructor. */ |