Module Name: src
Committed By: dholland
Date: Wed Mar 12 07:32:46 UTC 2014
Modified Files:
src/lib/libpthread: pthread_cancel.3
Log Message:
typo
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libpthread/pthread_cancel.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_cancel.3
diff -u src/lib/libpthread/pthread_cancel.3:1.5 src/lib/libpthread/pthread_cancel.3:1.6
--- src/lib/libpthread/pthread_cancel.3:1.5 Fri Jul 9 11:03:26 2010
+++ src/lib/libpthread/pthread_cancel.3 Wed Mar 12 07:32:46 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_cancel.3,v 1.5 2010/07/09 11:03:26 jruoho Exp $
+.\" $NetBSD: pthread_cancel.3,v 1.6 2014/03/12 07:32:46 dholland Exp $
.\"
.\" Copyright (c) 2002, 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -83,7 +83,7 @@ the thread can be canceled at any time.
.El
.El
.Pp
-When the tread reacts to the cancellation request, the following occur:
+When the thread reacts to the cancellation request, the following occur:
.Bl -enum -offset 2n
.It
The cancellation cleanup handlers for the thread are called; see