summaryrefslogtreecommitdiff
path: root/core/java/android/os/image/DynamicSystemClient.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android/os/image/DynamicSystemClient.java')
-rw-r--r--core/java/android/os/image/DynamicSystemClient.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/os/image/DynamicSystemClient.java b/core/java/android/os/image/DynamicSystemClient.java
index 88096ab91261..ada708bda34c 100644
--- a/core/java/android/os/image/DynamicSystemClient.java
+++ b/core/java/android/os/image/DynamicSystemClient.java
@@ -52,7 +52,7 @@ import java.util.concurrent.Executor;
*
* After the installation is completed, the device will be running in the new system on next the
* reboot. Then, when the user reboots the device again, it will leave {@code DynamicSystem} and go
- * back to the original system. While running in {@code DynamicSystem}, persitent storage for
+ * back to the original system. While running in {@code DynamicSystem}, persistent storage for
* factory reset protection (FRP) remains unchanged. Since the user is running the new system with
* a temporarily created data partition, their original user data are kept unchanged.</p>
*