[llvm-commits] CVS: llvm/lib/System/Mutex.cpp
Misha Brukman
brukman at cs.uiuc.edu
Tue Aug 2 09:05:11 PDT 2005
Changes in directory llvm/lib/System:
Mutex.cpp updated: 1.4 -> 1.5
---
Log message:
Fix grammar: it's == "it is".
---
Diffs of the changes: (+1 -1)
Mutex.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/System/Mutex.cpp
diff -u llvm/lib/System/Mutex.cpp:1.4 llvm/lib/System/Mutex.cpp:1.5
--- llvm/lib/System/Mutex.cpp:1.4 Wed Jul 27 01:12:33 2005
+++ llvm/lib/System/Mutex.cpp Tue Aug 2 11:04:59 2005
@@ -38,7 +38,7 @@
// Note: all LLVM tools will link against -lpthread if its available since it
// is configured into the LIBS variable.
// Note: this line of code generates a warning if pthread_mutex_init is not
-// declared with weak linkage. Its safe to ignore the warning.
+// declared with weak linkage. It's safe to ignore the warning.
static const bool pthread_enabled = static_cast<bool>(pthread_mutex_init);
// Construct a Mutex using pthread calls
More information about the llvm-commits
mailing list