Correct a name in a comment.
authorDan Gohman <gohman@apple.com>
Thu, 17 May 2007 21:30:39 +0000 (21:30 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 17 May 2007 21:30:39 +0000 (21:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37178 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Type.h

index f6d993db9b89aead037044a0ca6538bf78f76f5f..d19bec2712de805459015d6e22f83d7fba59bb54 100644 (file)
@@ -229,9 +229,10 @@ public:
     return !isAbstract() || isSizedDerivedType();
   }
 
-  /// getPrimitiveSize - Return the basic size of this type if it is a primitive
-  /// type.  These are fixed by LLVM and are not target dependent.  This will
-  /// return zero if the type does not have a size or is not a primitive type.
+  /// getPrimitiveSizeInBits - Return the basic size of this type if it is a
+  /// primitive type.  These are fixed by LLVM and are not target dependent.
+  /// This will return zero if the type does not have a size or is not a
+  /// primitive type.
   ///
   unsigned getPrimitiveSizeInBits() const;