From 7c1aa3cab026fda8b481dbb670480e551bb46abb Mon Sep 17 00:00:00 2001 From: Erik Abair Date: Fri, 11 Mar 2016 19:16:17 +0000 Subject: Minor documentation wording fix. -- MOS_MIGRATED_REVID=116990273 --- .../java/com/google/devtools/build/lib/rules/objc/ObjcRuleClasses.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { /* Extra -D flags to pass to the compiler. They should be in the form KEY=VALUE or simply KEY and are - passed not only the compiler for this target (as copts + passed not only to the compiler for this target (as copts are) but also to all objc_ dependers of this target. Subject to "Make variable" substitution and Bourne shell tokenization. -- cgit v1.2.3