Fix comments

This commit is contained in:
topjohnwu
2025-09-18 01:16:34 -07:00
parent dd743f6f7e
commit 8d02d0632e

View File

@@ -142,12 +142,12 @@ impl ModulePaths<'_> {
self.real.path
}
// Returns "$MAGISK_TMP/.magisk/modules/{module}/system/bin"
// Returns "/data/adb/modules/{module}/system/bin"
fn module(&self) -> &Utf8CStr {
self.module.path
}
// Returns "/data/adb/modules/{module}/system/bin"
// Returns "$MAGISK_TMP/.magisk/modules/{module}/system/bin"
fn module_mnt(&self) -> &Utf8CStr {
self.module_mnt.path
}