Fix API doc

This commit is contained in:
topjohnwu 2021-10-17 05:42:33 -07:00
parent abfb3bb3bb
commit 8276a0775d

View File

@ -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) {}
};