From 8276a0775dfaa3204aed6ccca4a110a76348ba08 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Sun, 17 Oct 2021 05:42:33 -0700 Subject: [PATCH] Fix API doc --- native/jni/zygisk/api.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {} };