tidy up comments
authorJim Grosbach <grosbach@apple.com>
Fri, 13 Aug 2010 20:32:35 +0000 (20:32 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 13 Aug 2010 20:32:35 +0000 (20:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111040 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineFrameInfo.h

index c657ba50784da209d17ab3d9cb9073b6ce09b568..374d6e565d4286871fe2e21d63f07cd21c233483 100644 (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(); }