Fix grammar

llvm-svn: 189855
This commit is contained in:
Matt Arsenault 2013-09-03 21:05:51 +00:00
parent 3dfe54e954
commit ad3029a8de
1 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,9 @@ namespace llvm {
class LLVMContext; class LLVMContext;
struct EVT; struct EVT;
/// MVT - Machine Value Type. Every type that is supported natively by some /// MVT - Machine Value Type. Every type that is supported natively by some
/// processor targeted by LLVM occurs here. This means that any legal value /// processor targeted by LLVM occurs here. This means that any legal value
/// type can be represented by a MVT. /// type can be represented by an MVT.
class MVT { class MVT {
public: public:
enum SimpleValueType { enum SimpleValueType {