diff options
| author | Aaron Ballman <aaron@aaronballman.com> | 2017-06-14 12:48:18 +0000 |
|---|---|---|
| committer | Aaron Ballman <aaron@aaronballman.com> | 2017-06-14 12:48:18 +0000 |
| commit | 3f250380d4bded33c24fb36ef780b2d37ed3e52e (patch) | |
| tree | 07673385101f695b2e20dd4dbebd701fde82df20 /clang | |
| parent | e56a829e0980baaeb5c72ce84835cba8467d19fa (diff) | |
| download | bcm5719-llvm-3f250380d4bded33c24fb36ef780b2d37ed3e52e.tar.gz bcm5719-llvm-3f250380d4bded33c24fb36ef780b2d37ed3e52e.zip | |
Corrected some comment typos; NFC.
llvm-svn: 305385
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/include/clang/Frontend/FrontendOptions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/include/clang/Frontend/FrontendOptions.h b/clang/include/clang/Frontend/FrontendOptions.h index 36c046891b4..e757a7e397e 100644 --- a/clang/include/clang/Frontend/FrontendOptions.h +++ b/clang/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. |

