aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Erik Abair <abaire@google.com>2016-03-11 19:16:17 +0000
committerGravatar David Chen <dzc@google.com>2016-03-11 21:29:57 +0000
commit7c1aa3cab026fda8b481dbb670480e551bb46abb (patch)
treecb580418a2ca62ad9e58bb7c6976f62cb2c74fc0
parent9beb1e2f1c774775813494b57a7c576390d846ed (diff)
Minor documentation wording fix.
-- MOS_MIGRATED_REVID=116990273
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/objc/ObjcRuleClasses.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcRuleClasses.java b/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcRuleClasses.java
index 16e4c04dc6..65e1f9c1d8 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcRuleClasses.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcRuleClasses.java
@@ -668,7 +668,7 @@ public class ObjcRuleClasses {
/* <!-- #BLAZE_RULE($objc_compiling_rule).ATTRIBUTE(defines) -->
Extra <code>-D</code> flags to pass to the compiler. They should be in
the form <code>KEY=VALUE</code> or simply <code>KEY</code> and are
- passed not only the compiler for this target (as <code>copts</code>
+ passed not only to the compiler for this target (as <code>copts</code>
are) but also to all <code>objc_</code> dependers of this target.
Subject to <a href="make-variables.html">"Make variable"</a> substitution and
<a href="common-definitions.html#sh-tokenization">Bourne shell tokenization</a>.