aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildtool
diff options
context:
space:
mode:
authorGravatar hlopko <hlopko@google.com>2018-07-23 03:06:32 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-23 03:07:47 -0700
commite1d9b58608a6b7a35b59a598d495cb20df3f0eac (patch)
treef0044ea914e72e500eeb841f36234152565ef52b /src/main/java/com/google/devtools/build/lib/buildtool
parentc8dfabbe9c4dc5fc45b19ceacef4582a8a0e0f47 (diff)
Remove gender specific prononuns from Bazel codebase
RELNOTES: None. PiperOrigin-RevId: 205635805
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/buildtool')
-rw-r--r--src/main/java/com/google/devtools/build/lib/buildtool/LocalEnvironmentException.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/buildtool/LocalEnvironmentException.java b/src/main/java/com/google/devtools/build/lib/buildtool/LocalEnvironmentException.java
index 3a53c1eb1c..b310ea99a3 100644
--- a/src/main/java/com/google/devtools/build/lib/buildtool/LocalEnvironmentException.java
+++ b/src/main/java/com/google/devtools/build/lib/buildtool/LocalEnvironmentException.java
@@ -19,7 +19,7 @@ import com.google.devtools.build.lib.util.ExitCode;
/**
* An exception that signals that something is wrong with the user's environment
- * that he can fix. Used to report the problem of having no free space left in
+ * that they can fix. Used to report the problem of having no free space left in
* the blaze output directory.
*
* <p>Note that this is a much higher level exception then the similarly named