summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2016-09-12 15:04:15 +0000
committertedu <tedu@openbsd.org>2016-09-12 15:04:15 +0000
commit739bc1c49006d6dcf3ffad0464da87682652fc69 (patch)
tree2e39ce5c5b948020e0ea94ef3b2fbd7436b93786
parentfix init, from randy hartman; ok tb@ (diff)
downloadwireguard-openbsd-739bc1c49006d6dcf3ffad0464da87682652fc69.tar.xz
wireguard-openbsd-739bc1c49006d6dcf3ffad0464da87682652fc69.zip
spelling fix
-rw-r--r--sys/arch/sparc64/sparc64/trap.c4
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.
*/