Add error message; clean up comment.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@132997 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/API/SBHostOS.cpp b/source/API/SBHostOS.cpp
index 2c36584..573e055 100644
--- a/source/API/SBHostOS.cpp
+++ b/source/API/SBHostOS.cpp
@@ -41,7 +41,7 @@
         log->Printf ("SBHostOS::ThreadCreate (name=\"%s\", thread_function=%p, thread_arg=%p, error_ptr=%p)", name, 
                      thread_function, thread_arg, error_ptr);
 
-    // CAROLINE: FIXME: You need to log a return value?
+    // FIXME: You should log the return value?
 
     return Host::ThreadCreate (name, thread_function, thread_arg, error_ptr ? error_ptr->get() : NULL);
 }