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

Commit 904ec85b authored by Roland Levillain's avatar Roland Levillain
Browse files

Fix typo in documentation of `ZygoteCommandBuffer.nativeForkRepeatedly`.

Test: none (documentation change)
Change-Id: I3373f33b1d3a292f79129048733f7ecacb5c4907
parent b36f38b8
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,