Module Name: src
Committed By: wiz
Date: Thu Nov 10 16:44:47 UTC 2011
Modified Files:
src/lib/libpthread: pthread_curcpu_np.3
Log Message:
Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libpthread/pthread_curcpu_np.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libpthread/pthread_curcpu_np.3
diff -u src/lib/libpthread/pthread_curcpu_np.3:1.1 src/lib/libpthread/pthread_curcpu_np.3:1.2
--- src/lib/libpthread/pthread_curcpu_np.3:1.1 Thu Nov 10 14:01:11 2011
+++ src/lib/libpthread/pthread_curcpu_np.3 Thu Nov 10 16:44:47 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_curcpu_np.3,v 1.1 2011/11/10 14:01:11 yamt Exp $
+.\" $NetBSD: pthread_curcpu_np.3,v 1.2 2011/11/10 16:44:47 wiz Exp $
.\"
.\" Copyright (c)2011 YAMAMOTO Takashi,
.\" All rights reserved.
@@ -59,7 +59,7 @@ running the calling thread.
.Sh COMPATIBILITY
The
.Fn pthread_curcpu_np
-function is a non-standard extention.
+function is a non-standard extension.
.\" ------------------------------------------------------------
.Sh SEE ALSO
.Xr affinity 3 ,