From: Aaron Ballman Date: Wed, 14 Jun 2017 12:48:18 +0000 (+0000) Subject: Corrected some comment typos; NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e3d1bf62c66b58287bccc61e6cbab9d0d6395a7;p=clang Corrected some comment typos; NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305385 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Frontend/FrontendOptions.h b/include/clang/Frontend/FrontendOptions.h index 36c046891b..e757a7e397 100644 --- a/include/clang/Frontend/FrontendOptions.h +++ b/include/clang/Frontend/FrontendOptions.h @@ -317,8 +317,8 @@ public: /// \brief Auxiliary triple for CUDA compilation. std::string AuxTriple; - /// \brief If non-empty, search the pch input file as it was a header - // included by this file. + /// \brief If non-empty, search the pch input file as if it was a header + /// included by this file. std::string FindPchSource; /// Filename to write statistics to.