]> granicus.if.org Git - clang/commitdiff
Corrected some comment typos; NFC.
authorAaron Ballman <aaron@aaronballman.com>
Wed, 14 Jun 2017 12:48:18 +0000 (12:48 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 14 Jun 2017 12:48:18 +0000 (12:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305385 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Frontend/FrontendOptions.h

index 36c046891b47852cac6ec8a917b840138172b45e..e757a7e397e35e00a57c119ccb6462080dd21258 100644 (file)
@@ -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.