Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpthread fix spello in comment
details: https://anonhg.NetBSD.org/src/rev/99189d7e922a
branches: trunk
changeset: 767976:99189d7e922a
user: lukem <lukem%NetBSD.org@localhost>
date: Fri Aug 05 03:55:31 2011 +0000
description:
fix spello in comment
diffstat:
lib/libpthread/pthread_int.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1496b150fb4b -r 99189d7e922a lib/libpthread/pthread_int.h
--- a/lib/libpthread/pthread_int.h Fri Aug 05 02:29:53 2011 +0000
+++ b/lib/libpthread/pthread_int.h Fri Aug 05 03:55:31 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pthread_int.h,v 1.78 2011/03/17 00:43:48 matt Exp $ */
+/* $NetBSD: pthread_int.h,v 1.79 2011/08/05 03:55:31 lukem Exp $ */
/*-
* Copyright (c) 2001, 2002, 2003, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -112,7 +112,7 @@
pthread_mutex_t *pt_droplock; /* Drop this lock if cancelled */
pthread_cond_t pt_joiners; /* Threads waiting to join. */
void *(*pt_func)(void *);/* Function to call at start. */
- void *pt_arg; /* Argumen to pass at start. */
+ void *pt_arg; /* Argument to pass at start. */
/* Threads to defer waking, usually until pthread_mutex_unlock(). */
lwpid_t pt_waiters[PTHREAD__UNPARK_MAX];
Home |
Main Index |
Thread Index |
Old Index