aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-10-20 17:49:17 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-10-21 14:34:59 +0000
commit8528e68fd1a02b244dc57f976a69a2d5f5c44faf (patch)
tree4468e867ce518fd5fa7f2b7ab54eaee213b3d9b8 /src
parente90d67e3b3e6e209551df40c97df6837ad35c4ba (diff)
Global cleanup change.
-- MOS_MIGRATED_REVID=105877617
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/objc/ObjcLibraryRule.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcLibraryRule.java b/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcLibraryRule.java
index f2fa39a645..c5e1573b3a 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcLibraryRule.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcLibraryRule.java
@@ -34,7 +34,7 @@ public class ObjcLibraryRule implements RuleDefinition {
<ul>
<li><code><var>name</var>.xcodeproj/project.pbxproj</code>: An Xcode project file which
can be used to develop or build on a Mac.</li>
- <li><code>lib<var>name</var>_fully_linked.a</code>: A fully linked static library that
+ <li><code><var>name</var>_fully_linked.a</code>: A fully linked static library that
contains the full transitive closure of library dependencies.</li>
</ul>
<!-- #END_BLAZE_RULE.IMPLICIT_OUTPUTS -->*/