diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2016-09-12 15:04:16 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2016-09-12 15:04:16 +0000 |
commit | c8680c04ebb29bd177e4edf58367251c9018b49b (patch) | |
tree | 9fd64b10468e2a3eafa0a2482a4c80d53553233a /sys/arch | |
parent | bce02852ab0b71a814c6f7c25415d201d3019cc5 (diff) |
spelling fix
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/sparc64/trap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/sparc64/trap.c b/sys/arch/sparc64/sparc64/trap.c index 9d3603a1a73..01d13429d41 100644 --- a/sys/arch/sparc64/sparc64/trap.c +++ b/sys/arch/sparc64/sparc64/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.92 2016/09/11 03:14:04 guenther Exp $ */ +/* $OpenBSD: trap.c,v 1.93 2016/09/12 15:04:15 tedu Exp $ */ /* $NetBSD: trap.c,v 1.73 2001/08/09 01:03:01 eeh Exp $ */ /* @@ -456,7 +456,7 @@ dopanic: * XXX Flushing the user windows here should not be * necessary, but not doing so here causes corruption * of user windows on sun4v. Flushing them shouldn't - * be much of a prefermance penalty since we're + * be much of a performance penalty since we're * probably going to spill any remaining user windows * anyhow. */ |