diff options
author | David Boddie <david.boddie@nokia.com> | 2010-09-22 11:48:43 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-09-22 11:48:43 (GMT) |
commit | 8be22af064da6b5d8aaa25adbe3febc13ef53994 (patch) | |
tree | ad4ca1486f3fac3c7f6eb7b37d849237526bd35f | |
parent | 39ef11494fc2c32430dc32f8749484037a6d331a (diff) | |
download | Qt-8be22af064da6b5d8aaa25adbe3febc13ef53994.zip Qt-8be22af064da6b5d8aaa25adbe3febc13ef53994.tar.gz Qt-8be22af064da6b5d8aaa25adbe3febc13ef53994.tar.bz2 |
Doc: Fixed typos.
-rw-r--r-- | src/corelib/thread/qthread.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/thread/qthread.cpp b/src/corelib/thread/qthread.cpp index 2c63dfc..69b70cb 100644 --- a/src/corelib/thread/qthread.cpp +++ b/src/corelib/thread/qthread.cpp @@ -667,9 +667,9 @@ QThread::Priority QThread::priority() const to finish will be woken up. \warning This function is dangerous and its use is discouraged. - The thread can be terminate at any point in its code path. + The thread can be terminated at any point in its code path. Threads can be terminated while modifying data. There is no - chance for the thread to cleanup after itself, unlock any held + chance for the thread to clean up after itself, unlock any held mutexes, etc. In short, use this function only if absolutely necessary. |