From: Douglas Katzman Date: Fri, 2 Oct 2015 14:41:38 +0000 (+0000) Subject: Fix bogus comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46dc49705f9683ba686fb6d31a3347568d79e7d1;p=clang Fix bogus comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@249138 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp index 6c0be7c39d..694fdaae03 100644 --- a/lib/Driver/Tools.cpp +++ b/lib/Driver/Tools.cpp @@ -402,7 +402,7 @@ void Clang::AddPreprocessingOptions(Compilation &C, const JobAction &JA, {options::OPT_D, options::OPT_U, options::OPT_I_Group, options::OPT_F, options::OPT_index_header_map}); - // Add -Wp, and -Xassembler if using the preprocessor. + // Add -Wp, and -Xpreprocessor if using the preprocessor. // FIXME: There is a very unfortunate problem here, some troubled // souls abuse -Wp, to pass preprocessor options in gcc syntax. To