Fix method name type-o
authorChris Lattner <sabre@nondot.org>
Fri, 25 Apr 2003 05:23:27 +0000 (05:23 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Apr 2003 05:23:27 +0000 (05:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5933 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetData.h

index 671a5edba525553edfdf656818296881b16a1d90..66176a5ff16a5405ec6a0ecce6011a67cdb3d27f 100644 (file)
@@ -64,7 +64,7 @@ public:
   unsigned char getDoubleAlignment()  const { return  DoubleAlignment; }
   unsigned char getPointerAlignment() const { return PointerAlignment; }
   unsigned char getPointerSize()      const { return      PointerSize; }
-  unsigned char getIntegerRegize()    const { return   IntegerRegSize; }
+  unsigned char getIntegerRegSize()   const { return   IntegerRegSize; }
   AnnotationID  getStructLayoutAID()  const { return AID; }
 
   // getTypeSize - Return the number of bytes neccesary to hold the specified