From: Nico Weber Date: Wed, 11 Mar 2015 00:05:26 +0000 (+0000) Subject: Gender-neutralize a comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=523c80ce73de6cc80a04581d8ed4a9dad239a1ee;p=clang Gender-neutralize a comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231891 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp index 3c6827af9d..e378ee883a 100644 --- a/lib/Driver/Tools.cpp +++ b/lib/Driver/Tools.cpp @@ -8065,8 +8065,8 @@ void visualstudio::Link::ConstructJob(Compilation &C, const JobAction &JA, if (!llvm::sys::Process::GetEnv("LIB")) { // If the VC environment hasn't been configured (perhaps because the user // did not run vcvarsall), try to build a consistent link environment. If - // the environment variable is set however, assume the user knows what he's - // doing. + // the environment variable is set however, assume the user knows what + // they're doing. std::string VisualStudioDir; const auto &MSVC = static_cast(TC); if (MSVC.getVisualStudioInstallDir(VisualStudioDir)) {