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 | e5a4cee9ab503125f03b4cacfac2bf27c3f22588 (patch) | |
| tree | 306ebdf7cb2c2ddf30863cc6aed9fb127979cb55 /llvm | |
| parent | cb3fb5d4f5902d6759a27e04521a4a30b8fef7e7 (diff) | |
| download | bcm5719-llvm-e5a4cee9ab503125f03b4cacfac2bf27c3f22588.tar.gz bcm5719-llvm-e5a4cee9ab503125f03b4cacfac2bf27c3f22588.zip | |
Fix typeos in comments.
llvm-svn: 14954
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/GlobalValue.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/GlobalValue.h b/llvm/include/llvm/GlobalValue.h index f72c4740ce3..d97c3677a47 100644 --- a/llvm/include/llvm/GlobalValue.h +++ b/llvm/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(); |

