]> granicus.if.org Git - clang/commitdiff
Fix "funciton" typo from r184763
authorReid Kleckner <reid@kleckner.net>
Mon, 24 Jun 2013 20:08:40 +0000 (20:08 +0000)
committerReid Kleckner <reid@kleckner.net>
Mon, 24 Jun 2013 20:08:40 +0000 (20:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184779 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/TypeLoc.h

index a028a6f35c8afa9f44be036b04d58caa7637d8d7..20d166cd5c2530faaad26ec884cd6c5a4e988017 100644 (file)
@@ -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<UnqualTypeLoc, DecayedTypeLoc,
                                               DecayedType, DecayedLocInfo> {
 public: