]> granicus.if.org Git - yasm/commitdiff
cpp-preproc.c: Fix typo in description (enternal -> external).
authorPeter Johnson <peter@tortall.net>
Mon, 22 Oct 2007 06:27:02 +0000 (06:27 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 22 Oct 2007 06:27:02 +0000 (06:27 -0000)
svn path=/trunk/yasm/; revision=2005

modules/preprocs/cpp/cpp-preproc.c

index 2e1a856c9953ff88d2f5a81272c3b416c6832b3b..6b87c427da348eaee3703ef0ca2fe366178b904e 100644 (file)
@@ -350,7 +350,7 @@ cpp_preproc_define_builtin(yasm_preproc *preproc, const char *macronameval)
 *******************************************************************************/
 
 yasm_preproc_module yasm_cpp_LTX_preproc = {
-    "Run input through enternal C preprocessor",
+    "Run input through external C preprocessor",
     "cpp",
     cpp_preproc_create,
     cpp_preproc_destroy,