From: Adrian Prantl Date: Wed, 6 Jan 2016 19:22:23 +0000 (+0000) Subject: Fix a typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41c74050759734767dd9dfb11b46f56e04cc9998;p=clang Fix a typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256963 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/Inputs/DebugCXX.h b/test/Modules/Inputs/DebugCXX.h index 63bebaffa8..c84c691993 100644 --- a/test/Modules/Inputs/DebugCXX.h +++ b/test/Modules/Inputs/DebugCXX.h @@ -17,7 +17,7 @@ namespace DebugCXX { e2 = '2' }; - // Templates (instatiations). + // Templates (instantiations). template struct traits {}; template