r310837 - Fixes a typo in a comment; NFC.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 14 07:16:01 PDT 2017


Author: aaronballman
Date: Mon Aug 14 07:16:00 2017
New Revision: 310837

URL: http://llvm.org/viewvc/llvm-project?rev=310837&view=rev
Log:
Fixes a typo in a comment; NFC.

Modified:
    cfe/trunk/include/clang/AST/ASTContext.h

Modified: cfe/trunk/include/clang/AST/ASTContext.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/ASTContext.h?rev=310837&r1=310836&r2=310837&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/ASTContext.h (original)
+++ cfe/trunk/include/clang/AST/ASTContext.h Mon Aug 14 07:16:00 2017
@@ -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




More information about the cfe-commits mailing list