src/core/model/system-thread.h
changeset 7169 358f71a624d8
parent 6821 203367ae7433
child 7386 2310ed220a61
--- a/src/core/model/system-thread.h	Fri May 13 14:51:51 2011 -0400
+++ b/src/core/model/system-thread.h	Fri May 13 14:52:27 2011 -0400
@@ -154,7 +154,7 @@
    *
    * It is often the case that we want a thread to be off doing work until such
    * time as its job is done.  We then want the thread to exit itself.  This
-   * method allows a thread to query whether or not it should be running.  
+   * method allows a thread to query whether or not it should be running.
    * Typically, the worker thread is running in a forever-loop, and will need to
    * "break" out of that loop to exit -- thus the name.
    *