Fix typo
authorMichael Liao <michael.liao@intel.com>
Wed, 25 Jun 2014 23:39:08 +0000 (23:39 +0000)
committerMichael Liao <michael.liao@intel.com>
Wed, 25 Jun 2014 23:39:08 +0000 (23:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211744 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/DataLayout.h

index 3079dec7835bc0f7ee171e310a761f5ce6460e99..877029f92f0b1d6de8b28ed9a9c864275f422225 100644 (file)
@@ -414,8 +414,8 @@ public:
     return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize);
   }
 
-  /// getLargestLegalIntType - Return the size of largest legal integer type
-  /// size, or 0 if none are set.
+  /// getLargestLegalIntTypeSize - Return the size of largest legal integer
+  /// type size, or 0 if none are set.
   unsigned getLargestLegalIntTypeSize() const;
 
   /// getIndexedOffset - return the offset from the beginning of the type for