Grammar.
authorEric Christopher <echristo@gmail.com>
Tue, 19 Feb 2013 06:23:44 +0000 (06:23 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 19 Feb 2013 06:23:44 +0000 (06:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175493 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCParser/MCAsmParser.h

index bd3883f1759bda0740aa82fdcf3a83b45c7559c2..06b4b13c065de65d44d565328ed85d5657e71606 100644 (file)
@@ -168,7 +168,7 @@ public:
   virtual bool ParseAbsoluteExpression(int64_t &Res) = 0;
 
   /// CheckForValidSection - Ensure that we have a valid section set in the
-  /// streamer. Otherwise, report and error and switch to .text.
+  /// streamer. Otherwise, report an error and switch to .text.
   virtual void CheckForValidSection() = 0;
 };