diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-07-18 00:55:49 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-07-18 00:55:49 +0000 |
commit | 8cf4c8cd05483d2e270f4be759aafa416369c43e (patch) | |
tree | 5f5b5b45a2fa634c1440ad78ac2c43ca53e95c57 | |
parent | 518310cb0d136906ff0a99d7a24cb460794de5bf (diff) |
Fix typeos in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14954 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/GlobalValue.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/GlobalValue.h b/include/llvm/GlobalValue.h index f72c4740ce..d97c3677a4 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(); |