]> granicus.if.org Git - clang/commitdiff
Fix typo in diagnostic.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 9 Sep 2010 21:27:25 +0000 (21:27 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 9 Sep 2010 21:27:25 +0000 (21:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113542 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticFrontendKinds.td

index 7c74bf458e58f6a62225ef0b5638b6831e1e15aa..bcc700dca105924e0f5ec5143b2c86796b64ff96 100644 (file)
@@ -18,7 +18,7 @@ def err_fe_invalid_ast_action : Error<"invalid action for AST input">,
                                       DefaultFatal;
 // Error generated by the backend.
 def err_fe_inline_asm : Error<"%0">, CatInlineAsm;
-def note_fe_inline_asm_here : Note<"instantated into assembly here">;
+def note_fe_inline_asm_here : Note<"instantiated into assembly here">;