From: Aaron Ballman Date: Mon, 14 Aug 2017 14:16:00 +0000 (+0000) Subject: Fixes a typo in a comment; NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4915b0ba2d2a3ea7e32c628a355b35447f0381d5;p=clang Fixes a typo in a comment; NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@310837 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/ASTContext.h b/include/clang/AST/ASTContext.h index 703f588c56..3a511c98e3 100644 --- a/include/clang/AST/ASTContext.h +++ b/include/clang/AST/ASTContext.h @@ -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