Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpthread typo



details:   https://anonhg.NetBSD.org/src/rev/f2e9b6d02257
branches:  trunk
changeset: 794331:f2e9b6d02257
user:      dholland <dholland%NetBSD.org@localhost>
date:      Wed Mar 12 07:32:46 2014 +0000

description:
typo

diffstat:

 lib/libpthread/pthread_cancel.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e1ff39648846 -r f2e9b6d02257 lib/libpthread/pthread_cancel.3
--- a/lib/libpthread/pthread_cancel.3   Wed Mar 12 06:38:56 2014 +0000
+++ b/lib/libpthread/pthread_cancel.3   Wed Mar 12 07:32:46 2014 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index