diff --git a/native/cocos/platform/android/AndroidPlatform.cpp b/native/cocos/platform/android/AndroidPlatform.cpp index 7a84ace962d..335c90d189d 100644 --- a/native/cocos/platform/android/AndroidPlatform.cpp +++ b/native/cocos/platform/android/AndroidPlatform.cpp @@ -854,7 +854,7 @@ int32_t AndroidPlatform::loop() { // suspend thread while _loopTimeOut set to -1 while (ALooper_pollOnce(_loopTimeOut, nullptr, nullptr, reinterpret_cast(&source)) >= 0) { - // Process events + // Process event if (source != nullptr) { source->process(_app, source); }