[llvm-commits] CVS: llvm/include/llvm/GlobalValue.h
LLVM
llvm at cs.uiuc.edu
Sat Jul 17 17:55:59 PDT 2004
Changes in directory llvm/include/llvm:
GlobalValue.h updated: 1.16 -> 1.17
---
Log message:
Fix typeos in comments.
---
Diffs of the changes: (+2 -2)
Index: llvm/include/llvm/GlobalValue.h
diff -u llvm/include/llvm/GlobalValue.h:1.16 llvm/include/llvm/GlobalValue.h:1.17
--- llvm/include/llvm/GlobalValue.h:1.16 Sat Jul 17 18:28:28 2004
+++ llvm/include/llvm/GlobalValue.h Sat Jul 17 19:55:49 2004
@@ -45,9 +45,9 @@
virtual ~GlobalValue();
/// If the usage is empty (except transitively dead constants), then this
- /// global value can can be safely deleted since the destructor wll
+ /// global value can can be safely deleted since the destructor will
/// delete the dead constants as well.
- /// @brief Determine if theusage of this global value is empty except
+ /// @brief Determine if the usage of this global value is empty except
/// for transitively dead constants.
bool use_empty_except_constants();
More information about the llvm-commits
mailing list