diff options
author | David Krause <david@cvs.openbsd.org> | 2003-11-03 07:01:34 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-11-03 07:01:34 +0000 |
commit | c60690c35abf5f19d857860d5a0407f5ca76b808 (patch) | |
tree | 267ae92f13f58b93a3b55aff6e434d2e88305c03 /sys/arch/sparc64 | |
parent | e5df97bba2407e5d0768d899f71db99f882da1c1 (diff) |
spelling fixes (in the comments)
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/sparc64/cpuvar.h | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/sparc64/emul.c | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/sparc64/pmap.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/sparc64/sparc64/cpuvar.h b/sys/arch/sparc64/sparc64/cpuvar.h index fa6f3330c55..6437f636184 100644 --- a/sys/arch/sparc64/sparc64/cpuvar.h +++ b/sys/arch/sparc64/sparc64/cpuvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpuvar.h,v 1.4 2002/06/15 17:23:31 art Exp $ */ +/* $OpenBSD: cpuvar.h,v 1.5 2003/11/03 07:01:33 david Exp $ */ /* $NetBSD: cpuvar.h,v 1.2 1999/11/06 20:18:13 eeh Exp $ */ /* @@ -48,7 +48,7 @@ * The cpu_softc structure. This structure maintains information about one * currently installed CPU (there may be several of these if the machine * supports multiple CPUs, as on some Sun4m architectures). The information - * in this structure supercedes the old "cpumod", "mmumod", and similar + * in this structure supersedes the old "cpumod", "mmumod", and similar * fields. */ diff --git a/sys/arch/sparc64/sparc64/emul.c b/sys/arch/sparc64/sparc64/emul.c index 2d29c83cbdc..40633b5be45 100644 --- a/sys/arch/sparc64/sparc64/emul.c +++ b/sys/arch/sparc64/sparc64/emul.c @@ -1,4 +1,4 @@ -/* $OpenBSD: emul.c,v 1.11 2003/07/14 00:05:35 jason Exp $ */ +/* $OpenBSD: emul.c,v 1.12 2003/11/03 07:01:33 david Exp $ */ /* $NetBSD: emul.c,v 1.8 2001/06/29 23:58:40 eeh Exp $ */ /*- @@ -507,7 +507,7 @@ emul_qf(int32_t insv, struct proc *p, union sigval sv, struct trapframe *tf) addr += tf->tf_global[ins.i_asi.i_rs2]; if (asi < ASI_PRIMARY) { - /* priviledged asi */ + /* privileged asi */ trapsignal(p, SIGILL, 0, ILL_PRVOPC, sv); return (0); } diff --git a/sys/arch/sparc64/sparc64/pmap.c b/sys/arch/sparc64/sparc64/pmap.c index a8d10f3cfd9..e7aa1029d36 100644 --- a/sys/arch/sparc64/sparc64/pmap.c +++ b/sys/arch/sparc64/sparc64/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.25 2003/06/03 17:16:33 art Exp $ */ +/* $OpenBSD: pmap.c,v 1.26 2003/11/03 07:01:33 david Exp $ */ /* $NetBSD: pmap.c,v 1.107 2001/08/31 16:47:41 eeh Exp $ */ #undef NO_VCACHE /* Don't forget the locked TLB in dostart */ /* @@ -2646,7 +2646,7 @@ pmap_dumpmmu(dump, blkno) } /* - * Determine (non)existance of physical page + * Determine (non)existence of physical page */ int pmap_pa_exists(pa) paddr_t pa; |