[llvm-commits] [llvm] r75661 - /llvm/trunk/include/llvm/Type.h

Dan Gohman gohman at apple.com
Tue Jul 14 11:52:01 PDT 2009


Author: djg
Date: Tue Jul 14 13:52:00 2009
New Revision: 75661

URL: http://llvm.org/viewvc/llvm-project?rev=75661&view=rev
Log:
Fix a typo that Edwin spotted.

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

Modified: llvm/trunk/include/llvm/Type.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Type.h?rev=75661&r1=75660&r2=75661&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Type.h (original)
+++ llvm/trunk/include/llvm/Type.h Tue Jul 14 13:52:00 2009
@@ -270,7 +270,7 @@
   ///
   /// Note that this may not reflect the size of memory allocated for an
   /// instance of the type or the number of bytes that are written when an
-  /// intance of the type is stored to memory. The TargetData class provides
+  /// instance of the type is stored to memory. The TargetData class provides
   /// additional query functions to provide this information.
   ///
   unsigned getPrimitiveSizeInBits() const;





More information about the llvm-commits mailing list