aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/GlobalValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/GlobalValue.h')
-rw-r--r--include/llvm/GlobalValue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/GlobalValue.h b/include/llvm/GlobalValue.h
index f72c474..d97c367 100644
--- a/include/llvm/GlobalValue.h
+++ b/include/llvm/GlobalValue.h
@@ -45,9 +45,9 @@ public:
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();