diff options
author | Eric Christopher <echristo@gmail.com> | 2014-05-20 17:11:11 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-05-20 17:11:11 +0000 |
commit | 68c7a1cb98399c770af6dc103bec45b1b7ca3c29 (patch) | |
tree | 13bb324799e040af87eaeee333d44f3c3bf8af2d /utils | |
parent | 2bb463448b325b8e023c3ed3e31c0b1f05e72e24 (diff) |
Clean up language and grammar.
Based on a patch by jfcaron3@gmail.com!
PR19806
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209216 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r-- | utils/TableGen/AsmMatcherEmitter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/TableGen/AsmMatcherEmitter.cpp b/utils/TableGen/AsmMatcherEmitter.cpp index 43c2b1a1c1d..bb32cf427ee 100644 --- a/utils/TableGen/AsmMatcherEmitter.cpp +++ b/utils/TableGen/AsmMatcherEmitter.cpp @@ -193,10 +193,10 @@ struct ClassInfo { /// parsing on the operand. std::string ParserMethod; - /// For register classes, the records for all the registers in this class. + /// For register classes: the records for all the registers in this class. RegisterSet Registers; - /// For custom match classes, he diagnostic kind for when the predicate fails. + /// For custom match classes: the diagnostic kind for when the predicate fails. std::string DiagnosticType; public: /// isRegisterClass() - Check if this is a register class. |