aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java2
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/objc/Xcdatamodel.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java b/src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java
index 00e1d92de6..133745b364 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/objc/IntermediateArtifacts.java
@@ -85,7 +85,7 @@ final class IntermediateArtifacts {
}
/**
- * The output of using {@code actooloribtoolzip} to run {@code actool} for a given bundle which is
+ * The output of using {@code actoolzip} to run {@code actool} for a given bundle which is
* merged under the {@code .app} or {@code .bundle} directory root.
*/
public Artifact actoolzipOutput() {
diff --git a/src/main/java/com/google/devtools/build/lib/rules/objc/Xcdatamodel.java b/src/main/java/com/google/devtools/build/lib/rules/objc/Xcdatamodel.java
index a7ac20cb59..2d4c7d7448 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/objc/Xcdatamodel.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/objc/Xcdatamodel.java
@@ -44,7 +44,7 @@ import com.google.devtools.build.lib.vfs.PathFragment;
* Managed Object Model Compiler (momc) and corresponds to exactly one instance of this class. We
* invoke momc indirectly through the momczip tool (part of Bazel) which runs momc and zips the
* output. The files in this zip are placed in the bundle root of the final application, not unlike
- * the zips generated by {@code actooloribtoolzip}.
+ * the zips generated by {@code actoolzip} or {@code ibtoolzip}.
*/
class Xcdatamodel extends Value<Xcdatamodel> {
private final Artifact outputZip;
@@ -91,7 +91,7 @@ class Xcdatamodel extends Value<Xcdatamodel> {
}
/**
- * The ARCHIVE_ROOT passed to momczip. The archive root is the name of the .mom file
+ * The ARCHIVE_ROOT passed to momczip. The archive root is the name of the .mom file
* unversioned object models, and the name of the .momd directory for versioned object models.
*/
public String archiveRootForMomczip() {