From cccb5a3e084bf9677c3fef09f5a6f57b061be0bc Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Mon, 10 Jul 2017 22:48:14 +0800 Subject: [PATCH] Update comments --- jni/daemon/bootstages.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jni/daemon/bootstages.c b/jni/daemon/bootstages.c index 28b60770b..7205052b0 100644 --- a/jni/daemon/bootstages.c +++ b/jni/daemon/bootstages.c @@ -1,4 +1,8 @@ -/* post_fs_data.c - post-fs-data actions +/* bootstages.c - Core bootstage operations + * + * All bootstage operations, including simple mount in post-fs, + * magisk mount in post-fs-data, various image handling, script + * execution, load modules, install Magisk Manager etc. */ #include