summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-07-01 20:56:49 +0000
committerwtchang%redhat.com <devnull@localhost>2005-07-01 20:56:49 +0000
commitf2a39dc3ade74210d4faefb6beb0e414611a8652 (patch)
tree24894e9b0af9b3ec60796176c45a4dfa27d3919d
parent0e07c4002cb422774669abacf9dce48c4d50366b (diff)
downloadnspr-hg-f2a39dc3ade74210d4faefb6beb0e414611a8652.tar.gz
Fixed a spelling error (loosly => loosely).
-rw-r--r--pr/include/prthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/include/prthread.h b/pr/include/prthread.h
index 7c44feb2..dba1c9b8 100644
--- a/pr/include/prthread.h
+++ b/pr/include/prthread.h
@@ -44,7 +44,7 @@
** is not guaranteed, so programming using priority based synchronization
** is a no-no.
**
-** NSPR threads are scheduled based loosly on their client set priority.
+** NSPR threads are scheduled based loosely on their client set priority.
** In general, a thread of a higher priority has a statistically better
** chance of running relative to threads of lower priority. However,
** NSPR uses multiple strategies to provide execution vehicles for thread