Fix typeos in comments.
authorReid Spencer <rspencer@reidspencer.com>
Sun, 18 Jul 2004 00:55:49 +0000 (00:55 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 18 Jul 2004 00:55:49 +0000 (00:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14954 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/GlobalValue.h

index f72c4740ce39f5228cf9ff5fa8a3587669d6856e..d97c3677a471394bea525fe4cc9778091f5b3f56 100644 (file)
@@ -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();