diff --git a/docs/README-android.md b/docs/README-android.md index 297088fe67..61e289fee8 100644 --- a/docs/README-android.md +++ b/docs/README-android.md @@ -254,7 +254,7 @@ e.g. */ return false; case SDL_EVENT_LOW_MEMORY: - /* You will get this when your app is paused and iOS wants more memory. + /* You will get this when your app is paused and Android wants more memory. Release as much memory as possible. */ return false;