aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-08-13 20:32:35 +0000
committerJim Grosbach <grosbach@apple.com>2010-08-13 20:32:35 +0000
commitec1ce403486790777df8203ffeb8afba98f470e8 (patch)
tree3c28f82308ecd5ccbd00bbcff43aa610e02335de
parent974681b269e866e9a0d13b7a03375c73b79151af (diff)
downloadexternal_llvm-ec1ce403486790777df8203ffeb8afba98f470e8.zip
external_llvm-ec1ce403486790777df8203ffeb8afba98f470e8.tar.gz
external_llvm-ec1ce403486790777df8203ffeb8afba98f470e8.tar.bz2
tidy up comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111040 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/CodeGen/MachineFrameInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/MachineFrameInfo.h b/include/llvm/CodeGen/MachineFrameInfo.h
index c657ba5..374d6e5 100644
--- a/include/llvm/CodeGen/MachineFrameInfo.h
+++ b/include/llvm/CodeGen/MachineFrameInfo.h
@@ -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(); }