diff options
| author | 2021-04-12 15:59:04 +0000 | |
|---|---|---|
| committer | 2021-04-12 15:59:04 +0000 | |
| commit | 304329d2028f4a3590a25e1701abb964cfa61ea2 (patch) | |
| tree | c745a277f2b0c611a1d5b03ecaadf852ce1279f6 | |
| parent | 8a8b0e9525cbd0701f55000e62b8b0ccc38a99db (diff) | |
| parent | 904ec85b6196b1e098c4045a3ab666b4715eba2c (diff) | |
Merge "Fix typo in documentation of `ZygoteCommandBuffer.nativeForkRepeatedly`."
| -rw-r--r-- | core/java/com/android/internal/os/ZygoteCommandBuffer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/com/android/internal/os/ZygoteCommandBuffer.java b/core/java/com/android/internal/os/ZygoteCommandBuffer.java index b61ae7acfacd..83a68ca3ab7e 100644 --- a/core/java/com/android/internal/os/ZygoteCommandBuffer.java +++ b/core/java/com/android/internal/os/ZygoteCommandBuffer.java @@ -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, |