From: Daniel Dunbar Date: Thu, 9 Sep 2010 21:27:25 +0000 (+0000) Subject: Fix typo in diagnostic. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4eca03f035ebeb7a655a60017ed36b0b6b5c859;p=clang Fix typo in diagnostic. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113542 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticFrontendKinds.td b/include/clang/Basic/DiagnosticFrontendKinds.td index 7c74bf458e..bcc700dca1 100644 --- a/include/clang/Basic/DiagnosticFrontendKinds.td +++ b/include/clang/Basic/DiagnosticFrontendKinds.td @@ -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">;