aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com
diff options
context:
space:
mode:
authorGravatar gregce <gregce@google.com>2017-09-27 16:07:55 -0400
committerGravatar John Cater <jcater@google.com>2017-09-28 08:54:59 -0400
commit5008b4b3c5d842fe78840950c1a74b437449749b (patch)
tree6e9f9f41f06f8de09a08bf0860dc4b8004c6760e /src/main/java/com
parent214718c54e6632227f79573f1273d7ace7bed5d7 (diff)
Fix comment typo.
PiperOrigin-RevId: 170240695
Diffstat (limited to 'src/main/java/com')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/cpp/CppOptions.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/cpp/CppOptions.java b/src/main/java/com/google/devtools/build/lib/rules/cpp/CppOptions.java
index 6c3256aef6..3cdd90d896 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/cpp/CppOptions.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/cpp/CppOptions.java
@@ -157,7 +157,7 @@ public class CppOptions extends FragmentOptions {
// This is different from --platform_suffix in that that one is designed to facilitate the
// migration to toolchains and this one is designed to eliminate the C++ toolchain identifier
- // form the output directory path.
+ // from the output directory path.
@Option(
name = "cc_output_directory_tag",
defaultValue = "",