[llvm-commits] [llvm] r169282 - /llvm/trunk/include/llvm/IRBuilder.h

Duncan Sands baldrick at free.fr
Tue Dec 4 08:36:05 PST 2012


Author: baldrick
Date: Tue Dec  4 10:36:05 2012
New Revision: 169282

URL: http://llvm.org/viewvc/llvm-project?rev=169282&view=rev
Log:
Fix comment typo.

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

Modified: llvm/trunk/include/llvm/IRBuilder.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IRBuilder.h?rev=169282&r1=169281&r2=169282&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IRBuilder.h (original)
+++ llvm/trunk/include/llvm/IRBuilder.h Tue Dec  4 10:36:05 2012
@@ -239,7 +239,7 @@
     return Type::getInt16Ty(Context);
   }
 
-  /// getInt32Ty - Fetch the type resepresenting a 32-bit integer.
+  /// getInt32Ty - Fetch the type representing a 32-bit integer.
   IntegerType *getInt32Ty() {
     return Type::getInt32Ty(Context);
   }





More information about the llvm-commits mailing list