diff --git a/native/jni/zygisk/api.hpp b/native/jni/zygisk/api.hpp index 48e9ff2aa..d2412cecb 100644 --- a/native/jni/zygisk/api.hpp +++ b/native/jni/zygisk/api.hpp @@ -85,7 +85,7 @@ public: // See preAppSpecialize(args) for more info. virtual void preServerSpecialize(ServerSpecializeArgs *args) {} - // This function is called after the app process is specialized. + // This function is called after the system server process is specialized. // At this point, the process runs with the privilege of system_server. virtual void postServerSpecialize(const ServerSpecializeArgs *args) {} };