r231891 - Gender-neutralize a comment.

Nico Weber nicolasweber at gmx.de
Tue Mar 10 17:05:26 PDT 2015


Author: nico
Date: Tue Mar 10 19:05:26 2015
New Revision: 231891

URL: http://llvm.org/viewvc/llvm-project?rev=231891&view=rev
Log:
Gender-neutralize a comment.

Modified:
    cfe/trunk/lib/Driver/Tools.cpp

Modified: cfe/trunk/lib/Driver/Tools.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Tools.cpp?rev=231891&r1=231890&r2=231891&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/Tools.cpp (original)
+++ cfe/trunk/lib/Driver/Tools.cpp Tue Mar 10 19:05:26 2015
@@ -8065,8 +8065,8 @@ void visualstudio::Link::ConstructJob(Co
   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)) {





More information about the cfe-commits mailing list