From cd9c2f247dd354d8bb5f549f986a9c4ccf08f1db Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Mon, 24 Jun 2013 20:08:40 +0000 Subject: [PATCH] Fix "funciton" typo from r184763 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184779 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/TypeLoc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/AST/TypeLoc.h b/include/clang/AST/TypeLoc.h index a028a6f35c..20d166cd5c 100644 --- a/include/clang/AST/TypeLoc.h +++ b/include/clang/AST/TypeLoc.h @@ -978,7 +978,7 @@ inline TypeLoc TypeLoc::IgnoreParens() const { struct DecayedLocInfo { }; // Nothing. /// \brief Wrapper for source info for pointers decayed from arrays and -/// funcitons. +/// functions. class DecayedTypeLoc : public ConcreteTypeLoc { public: -- 2.40.0