[llvm-commits] [llvm] r65839 - /llvm/trunk/include/llvm/PassSupport.h

Gabor Greif ggreif at gmail.com
Mon Mar 2 04:10:59 PST 2009


Author: ggreif
Date: Mon Mar  2 06:10:56 2009
New Revision: 65839

URL: http://llvm.org/viewvc/llvm-project?rev=65839&view=rev
Log:
fix typo

Modified:
    llvm/trunk/include/llvm/PassSupport.h

Modified: llvm/trunk/include/llvm/PassSupport.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/PassSupport.h?rev=65839&r1=65838&r2=65839&view=diff

==============================================================================
--- llvm/trunk/include/llvm/PassSupport.h (original)
+++ llvm/trunk/include/llvm/PassSupport.h Mon Mar  2 06:10:56 2009
@@ -127,7 +127,7 @@
     return ItfImpl;
   }
 
-  /// getPassInfo - Deprecated API compaatibility function. This function
+  /// getPassInfo - Deprecated API compatibility function. This function
   /// just returns 'this'.
   ///
   const PassInfo *getPassInfo() const {





More information about the llvm-commits mailing list