Author: adrian Date: Wed Jan 6 13:22:23 2016 New Revision: 256963 URL: http://llvm.org/viewvc/llvm-project?rev=256963&view=rev Log: Fix a typo.
Modified: cfe/trunk/test/Modules/Inputs/DebugCXX.h Modified: cfe/trunk/test/Modules/Inputs/DebugCXX.h URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/Inputs/DebugCXX.h?rev=256963&r1=256962&r2=256963&view=diff ============================================================================== --- cfe/trunk/test/Modules/Inputs/DebugCXX.h (original) +++ cfe/trunk/test/Modules/Inputs/DebugCXX.h Wed Jan 6 13:22:23 2016 @@ -17,7 +17,7 @@ namespace DebugCXX { e2 = '2' }; - // Templates (instatiations). + // Templates (instantiations). template<typename T> struct traits {}; template<typename T, typename Traits = traits<T> _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits