Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87744c8b authored by Roland Levillain's avatar Roland Levillain Committed by Automerger Merge Worker
Browse files

Merge "Fix typo in documentation of `ZygoteCommandBuffer.nativeForkRepeatedly`." am: 304329d2

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1673345

Change-Id: I01d24f0653d476888db7a354d106b92acd91da6d
parents 58554cc6 304329d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ class ZygoteCommandBuffer implements AutoCloseable {

    /*
     * 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,