Fixed a spelling error (loosly => loosely).

This commit is contained in:
wtchang%redhat.com 2005-07-01 20:56:49 +00:00
Родитель 1056b77193
Коммит e5bf31f680
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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