diff options
| author | James Henderson <jh7370@my.bristol.ac.uk> | 2020-01-06 10:15:44 +0000 |
|---|---|---|
| committer | James Henderson <jh7370@my.bristol.ac.uk> | 2020-01-06 10:50:26 +0000 |
| commit | d68904f957ae1f9b2309bdbf34258387c045ce27 (patch) | |
| tree | 496a194e2caa3ef5f0fb60f2ae6cb75d360fe16d /llvm/utils/TableGen | |
| parent | 7180d9568df7d9198a75cfb5a156d9e60329794a (diff) | |
| download | bcm5719-llvm-d68904f957ae1f9b2309bdbf34258387c045ce27.tar.gz bcm5719-llvm-d68904f957ae1f9b2309bdbf34258387c045ce27.zip | |
[NFC] Fix trivial typos in comments
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D72143
Patch by Kazuaki Ishizaki.
Diffstat (limited to 'llvm/utils/TableGen')
| -rw-r--r-- | llvm/utils/TableGen/CodeGenTarget.cpp | 4 | ||||
| -rw-r--r-- | llvm/utils/TableGen/CodeGenTarget.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/llvm/utils/TableGen/CodeGenTarget.cpp b/llvm/utils/TableGen/CodeGenTarget.cpp index fcfe6d124a8..91253131ec9 100644 --- a/llvm/utils/TableGen/CodeGenTarget.cpp +++ b/llvm/utils/TableGen/CodeGenTarget.cpp @@ -260,7 +260,7 @@ Record *CodeGenTarget::getAsmParser() const { return LI[AsmParserNum]; } -/// getAsmParserVariant - Return the AssmblyParserVariant definition for +/// getAsmParserVariant - Return the AssemblyParserVariant definition for /// this target. /// Record *CodeGenTarget::getAsmParserVariant(unsigned i) const { @@ -272,7 +272,7 @@ Record *CodeGenTarget::getAsmParserVariant(unsigned i) const { return LI[i]; } -/// getAsmParserVariantCount - Return the AssmblyParserVariant definition +/// getAsmParserVariantCount - Return the AssemblyParserVariant definition /// available for this target. /// unsigned CodeGenTarget::getAsmParserVariantCount() const { diff --git a/llvm/utils/TableGen/CodeGenTarget.h b/llvm/utils/TableGen/CodeGenTarget.h index d52ffac4ce6..6c89f34c50e 100644 --- a/llvm/utils/TableGen/CodeGenTarget.h +++ b/llvm/utils/TableGen/CodeGenTarget.h @@ -86,12 +86,12 @@ public: /// Record *getAsmParser() const; - /// getAsmParserVariant - Return the AssmblyParserVariant definition for + /// getAsmParserVariant - Return the AssemblyParserVariant definition for /// this target. /// Record *getAsmParserVariant(unsigned i) const; - /// getAsmParserVariantCount - Return the AssmblyParserVariant definition + /// getAsmParserVariantCount - Return the AssemblyParserVariant definition /// available for this target. /// unsigned getAsmParserVariantCount() const; |

