From fa02cce1fe1ed156aa22d209b2d8b7c5145dc7c5 Mon Sep 17 00:00:00 2001 From: "wtchang%redhat.com" Date: Fri, 1 Jul 2005 20:56:49 +0000 Subject: [PATCH] Fixed a spelling error (loosly => loosely). git-svn-id: svn://10.0.0.236/trunk@175496 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/nsprpub/pr/include/prthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/nsprpub/pr/include/prthread.h b/mozilla/nsprpub/pr/include/prthread.h index 7c44feb2dfe..dba1c9b8597 100644 --- a/mozilla/nsprpub/pr/include/prthread.h +++ b/mozilla/nsprpub/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