tidy up comments

llvm-svn: 111040
This commit is contained in:
Jim Grosbach 2010-08-13 20:32:35 +00:00
parent ecb279a1c2
commit b1e8749e37

View File

@ -245,10 +245,10 @@ public:
///
int getObjectIndexEnd() const { return (int)Objects.size()-NumFixedObjects; }
/// getNumFixedObjects() - Return the number of fixed objects.
/// getNumFixedObjects - Return the number of fixed objects.
unsigned getNumFixedObjects() const { return NumFixedObjects; }
/// getNumObjects() - Return the number of objects.
/// getNumObjects - Return the number of objects.
///
unsigned getNumObjects() const { return Objects.size(); }