Fix typos and comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51165 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng
2008-05-15 22:13:02 +00:00
parent 6667646a56
commit 0ef8de30fa
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ public:
return Objects[ObjectIdx+NumFixedObjects].Alignment;
}
/// setObjectAlignment - Change the alignment of the spcified stack object...
/// setObjectAlignment - Change the alignment of the specified stack object...
void setObjectAlignment(int ObjectIdx, unsigned Align) {
assert(unsigned(ObjectIdx+NumFixedObjects) < Objects.size() &&
"Invalid Object Idx!");