]> granicus.if.org Git - clang/commitdiff
Gender-neutralize a comment.
authorNico Weber <nicolasweber@gmx.de>
Wed, 11 Mar 2015 00:05:26 +0000 (00:05 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 11 Mar 2015 00:05:26 +0000 (00:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231891 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Tools.cpp

index 3c6827af9d8aed794fdb72f3c9d914e2e1b3dd36..e378ee883a87aed5a2eabe8979e10cd46722b947 100644 (file)
@@ -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<const toolchains::MSVCToolChain &>(TC);
     if (MSVC.getVisualStudioInstallDir(VisualStudioDir)) {