Fix description of ARMOperand
authorJoel Jones <joel_k_jones@apple.com>
Wed, 9 Jan 2013 22:34:16 +0000 (22:34 +0000)
committerJoel Jones <joel_k_jones@apple.com>
Wed, 9 Jan 2013 22:34:16 +0000 (22:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172011 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/AsmParser/ARMAsmParser.cpp

index 8eae642d5d99797ba249ff6c13ca5f516a1b657e..e9bdc4ad9ba281c28b5188053a94477470736ff4 100644 (file)
@@ -271,7 +271,7 @@ public:
 namespace {
 
 /// ARMOperand - Instances of this class represent a parsed ARM machine
-/// instruction.
+/// operand.
 class ARMOperand : public MCParsedAsmOperand {
   enum KindTy {
     k_CondCode,