From e1d9b58608a6b7a35b59a598d495cb20df3f0eac Mon Sep 17 00:00:00 2001 From: hlopko Date: Mon, 23 Jul 2018 03:06:32 -0700 Subject: Remove gender specific prononuns from Bazel codebase RELNOTES: None. PiperOrigin-RevId: 205635805 --- .../com/google/devtools/build/lib/analysis/TopLevelArtifactHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/com/google/devtools/build/lib/analysis') 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. * *

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. */ -- cgit v1.2.3