commit | 9e2adae46b250980d3b5f4ece7f6e4bfc363a8b5 | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Mon Apr 12 17:46:03 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Apr 12 17:46:03 2021 +0000 |
tree | 3b7c492339e9b8427ba1ea1f6b7c96880dd731f6 | |
parent | ba877fcf63b414aa6c3c9d5941be8e8ffe7c5e06 [diff] | |
parent | 1e3aafb0138401fa1111e06f76aa322bd4c59aa4 [diff] |
Merge "Fix typo in documentation of `ZygoteCommandBuffer.nativeForkRepeatedly`." am: 304329d202 am: 87744c8b58 am: 1e3aafb013 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1673345 Change-Id: I8ed55afb37e23af6c9190eed535b2f2ae1424890
diff --git a/core/java/com/android/internal/os/ZygoteCommandBuffer.java b/core/java/com/android/internal/os/ZygoteCommandBuffer.java index b61ae7a..83a68ca 100644 --- a/core/java/com/android/internal/os/ZygoteCommandBuffer.java +++ b/core/java/com/android/internal/os/ZygoteCommandBuffer.java
@@ -176,7 +176,7 @@ /* * Repeatedly fork children as above. It commonly does not return in the parent, but it may. - * @return true in the chaild, false in the parent if we encounter a command we couldn't handle. + * @return true in the child, false in the parent if we encounter a command we couldn't handle. */ private static native boolean nativeForkRepeatedly(long /* NativeCommandBuffer* */ nbuffer, int zygoteSocketRawFd,