fix typos, grammar; NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237139 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sanjay Patel
2015-05-12 14:52:42 +00:00
parent 9c9f5585b9
commit 112c87e94f

View File

@@ -1086,7 +1086,7 @@ public:
} }
}; };
/// Abstact virtual class for operations for memory operations /// This is an abstract virtual class for memory operations.
class MemSDNode : public SDNode { class MemSDNode : public SDNode {
private: private:
// VT of in-memory value. // VT of in-memory value.
@@ -1203,7 +1203,7 @@ public:
} }
}; };
/// A SDNode reprenting atomic operations. /// This is an SDNode representing atomic operations.
class AtomicSDNode : public MemSDNode { class AtomicSDNode : public MemSDNode {
SDUse Ops[4]; SDUse Ops[4];