summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-07-01 21:08:34 +0000
committerwtchang%redhat.com <devnull@localhost>2005-07-01 21:08:34 +0000
commit7c2eef117a3734f7bb39052778908db959a2018d (patch)
tree158226c7ed54e517c0fa07e23682e724251e229b
parentbbc4dbedbcded87b65461825c8b480d9e2b6e054 (diff)
downloadnspr-hg-7c2eef117a3734f7bb39052778908db959a2018d.tar.gz
Fixed spelling errors in comments.
-rw-r--r--pr/src/pthreads/ptthread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/src/pthreads/ptthread.c b/pr/src/pthreads/ptthread.c
index 4cd70dcc..5d3d75c7 100644
--- a/pr/src/pthreads/ptthread.c
+++ b/pr/src/pthreads/ptthread.c
@@ -248,11 +248,11 @@ static void *_pt_root(void *arg)
/*
* Here we set the pthread's backpointer to the PRThread to NULL.
- * Otherwise the desctructor would get called eagerly as the thread
+ * Otherwise the destructor would get called eagerly as the thread
* returns to the pthread runtime. The joining thread would them be
* the proud possessor of a dangling reference. However, this is the
* last chance to delete the object if the thread is detached, so
- * just let the destuctor do the work.
+ * just let the destructor do the work.
*/
if (PR_FALSE == detached)
{