aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis
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/analysis
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/analysis')
-rw-r--r--src/main/java/com/google/devtools/build/lib/analysis/TopLevelArtifactHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/analysis/TopLevelArtifactHelper.java b/src/main/java/com/google/devtools/build/lib/analysis/TopLevelArtifactHelper.java
index 7730719fe1..853ecb93a8 100644
--- a/src/main/java/com/google/devtools/build/lib/analysis/TopLevelArtifactHelper.java
+++ b/src/main/java/com/google/devtools/build/lib/analysis/TopLevelArtifactHelper.java
@@ -67,7 +67,7 @@ public final class TopLevelArtifactHelper {
* The set of artifacts to build.
*
* <p>There are two kinds: the ones that the user cares about (e.g. files to build) and the ones
- * she doesn't (e.g. baseline coverage artifacts). The latter type doesn't get reported on various
+ * they don't (e.g. baseline coverage artifacts). The latter type doesn't get reported on various
* outputs, e.g. on the console output listing the output artifacts of targets on the command
* line.
*/