Typo fix: prosess -> process
RELNOTES: None.
PiperOrigin-RevId: 166385930
diff --git a/src/tools/android/java/com/google/devtools/build/android/ResourceProcessorBusyBox.java b/src/tools/android/java/com/google/devtools/build/android/ResourceProcessorBusyBox.java
index 991a5d5..42b3476 100644
--- a/src/tools/android/java/com/google/devtools/build/android/ResourceProcessorBusyBox.java
+++ b/src/tools/android/java/com/google/devtools/build/android/ResourceProcessorBusyBox.java
@@ -26,7 +26,7 @@
* Provides an entry point for the resource processing stages.
*
* <p>A single entry point simplifies the build tool binary configuration and keeps the size of tool
- * jar small, as opposed to multiple tools for each prosess step. It also makes it easy to prototype
+ * jar small, as opposed to multiple tools for each process step. It also makes it easy to prototype
* changes in the resource processing system.
*
* <pre>