]> granicus.if.org Git - clang/commitdiff
Fixes a typo in a comment; NFC.
authorAaron Ballman <aaron@aaronballman.com>
Mon, 14 Aug 2017 14:16:00 +0000 (14:16 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 14 Aug 2017 14:16:00 +0000 (14:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@310837 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/ASTContext.h

index 703f588c5663513dcb2cde0db07e188af3badd8b..3a511c98e3544550c1e5d0512494f0e992ca3a02 100644 (file)
@@ -465,7 +465,7 @@ private:
   mutable BuiltinTemplateDecl *MakeIntegerSeqDecl;
   mutable BuiltinTemplateDecl *TypePackElementDecl;
 
-  /// \brief The associated SourceManager object.a
+  /// \brief The associated SourceManager object.
   SourceManager &SourceMgr;
 
   /// \brief The language options used to create the AST associated with