From: Reid Kleckner Date: Mon, 24 Jun 2013 20:08:40 +0000 (+0000) Subject: Fix "funciton" typo from r184763 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd9c2f247dd354d8bb5f549f986a9c4ccf08f1db;p=clang Fix "funciton" typo from r184763 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184779 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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: