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)
llvm-svn: 184779

clang/include/clang/AST/TypeLoc.h

index a028a6f..20d166c 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: