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;
struct EVT;
/// MVT - Machine Value Type. Every type that is supported natively by some
/// processor targeted by LLVM occurs here. This means that any legal value
/// type can be represented by a MVT.
/// MVT - Machine Value Type. Every type that is supported natively by some
/// processor targeted by LLVM occurs here. This means that any legal value
/// type can be represented by an MVT.
class MVT {
public:
enum SimpleValueType {