summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_spin_init.3
diff options
context:
space:
mode:
authorpeter <peter@NetBSD.org>2005-06-17 18:07:06 +0000
committerpeter <peter@NetBSD.org>2005-06-17 18:07:06 +0000
commit568accb2c0b5fcaf99dea08848de2c46813efe2f (patch)
tree0131edf8b2c75533e50ad2a1287d3c753b17a0db /lib/libpthread/pthread_spin_init.3
parent97c5e2ee7265d65f4e3222d30f580c61ed7f8665 (diff)
Fix various spelling errors.
From Igor Sobrado in PR/29997.
Diffstat (limited to 'lib/libpthread/pthread_spin_init.3')
-rw-r--r--lib/libpthread/pthread_spin_init.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/pthread_spin_init.3 b/lib/libpthread/pthread_spin_init.3
index 83a10a7e333..b5716906c8c 100644
--- a/lib/libpthread/pthread_spin_init.3
+++ b/lib/libpthread/pthread_spin_init.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_spin_init.3,v 1.3 2003/07/04 08:36:06 wiz Exp $
+.\" $NetBSD: pthread_spin_init.3,v 1.4 2005/06/17 18:07:06 peter Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -60,7 +60,7 @@ The
function shall fail if:
.Bl -tag -width Er
.It Bq Er ENOMEM
-Insuffucent memory exists to initialize the lock.
+Insufficient memory exists to initialize the lock.
.El
.Pp
The