[cfe-commits] r113542 - /cfe/trunk/include/clang/Basic/DiagnosticFrontendKinds.td
Daniel Dunbar
daniel at zuster.org
Thu Sep 9 14:27:25 PDT 2010
Author: ddunbar
Date: Thu Sep 9 16:27:25 2010
New Revision: 113542
URL: http://llvm.org/viewvc/llvm-project?rev=113542&view=rev
Log:
Fix typo in diagnostic.
Modified:
cfe/trunk/include/clang/Basic/DiagnosticFrontendKinds.td
Modified: cfe/trunk/include/clang/Basic/DiagnosticFrontendKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticFrontendKinds.td?rev=113542&r1=113541&r2=113542&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticFrontendKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticFrontendKinds.td Thu Sep 9 16:27:25 2010
@@ -18,7 +18,7 @@
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">;
More information about the cfe-commits
mailing list