r184779 - Fix "funciton" typo from r184763
Reid Kleckner
reid at kleckner.net
Mon Jun 24 13:08:40 PDT 2013
Author: rnk
Date: Mon Jun 24 15:08:40 2013
New Revision: 184779
URL: http://llvm.org/viewvc/llvm-project?rev=184779&view=rev
Log:
Fix "funciton" typo from r184763
Modified:
cfe/trunk/include/clang/AST/TypeLoc.h
Modified: cfe/trunk/include/clang/AST/TypeLoc.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/TypeLoc.h?rev=184779&r1=184778&r2=184779&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/TypeLoc.h (original)
+++ cfe/trunk/include/clang/AST/TypeLoc.h Mon Jun 24 15:08:40 2013
@@ -978,7 +978,7 @@ inline TypeLoc TypeLoc::IgnoreParens() c
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:
More information about the cfe-commits
mailing list