summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormk <mk@openbsd.org>2006-11-30 20:08:22 +0000
committermk <mk@openbsd.org>2006-11-30 20:08:22 +0000
commit114b6b569eb56fd5621f0edf4362a8438a45327e (patch)
treec423abc59a527c6138c5e3c39b31be5b3585cb43
parentremove "show summary" and "detail" keywords that aren't supported (diff)
downloadwireguard-openbsd-114b6b569eb56fd5621f0edf4362a8438a45327e.tar.xz
wireguard-openbsd-114b6b569eb56fd5621f0edf4362a8438a45327e.zip
s/completly/completely/
ok brad
-rw-r--r--sys/arch/m68k/fpsp/res_func.sa4
-rw-r--r--sys/kern/kern_rwlock.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/m68k/fpsp/res_func.sa b/sys/arch/m68k/fpsp/res_func.sa
index 05d1c4be029..7431570ce4c 100644
--- a/sys/arch/m68k/fpsp/res_func.sa
+++ b/sys/arch/m68k/fpsp/res_func.sa
@@ -1,4 +1,4 @@
-* $OpenBSD: res_func.sa,v 1.4 2003/11/07 10:36:10 miod Exp $
+* $OpenBSD: res_func.sa,v 1.5 2006/11/30 20:08:22 mk Exp $
* $NetBSD: res_func.sa,v 1.3 1994/10/26 07:49:22 cgd Exp $
* MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP
@@ -439,7 +439,7 @@ fix_stk:
*
* cu_dnrm handles all cu-only instructions (fmove, fabs, fneg, and
-* ftst) completly in software without an frestore to the 040.
+* ftst) completely in software without an frestore to the 040.
*
cu_dnrm:
st.b CU_ONLY(a6)
diff --git a/sys/kern/kern_rwlock.c b/sys/kern/kern_rwlock.c
index ec6a02fe443..1d5bb954787 100644
--- a/sys/kern/kern_rwlock.c
+++ b/sys/kern/kern_rwlock.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_rwlock.c,v 1.8 2006/06/02 05:02:34 tedu Exp $ */
+/* $OpenBSD: kern_rwlock.c,v 1.9 2006/11/30 20:08:22 mk Exp $ */
/*
* Copyright (c) 2002, 2003 Artur Grabowski <art@openbsd.org>
@@ -40,7 +40,7 @@
* value (that might need some computing in a few cases). If the operation
* fails, we need to set certain flags while waiting for the lock.
*
- * RW_WRITE The lock must be completly empty. We increment it with
+ * RW_WRITE The lock must be completely empty. We increment it with
* RWLOCK_WRLOCK and the proc pointer of the holder.
* Sets RWLOCK_WAIT|RWLOCK_WRWANT while waiting.
* RW_READ RWLOCK_WRLOCK|RWLOCK_WRWANT may not be set. We increment