r256963 - Fix a typo.

Adrian Prantl via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 6 11:22:24 PST 2016


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>




More information about the cfe-commits mailing list