Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ebd5130 authored by Victor Hsieh's avatar Victor Hsieh
Browse files

Fix typo in comments

Test: None
Bug: 30972906
Change-Id: Ifb3b4ed9b1164490fe23da5688f86f48bd4a3167
parent c6d738a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -194,7 +194,7 @@ binder::Status checkArgumentPackageName(const std::string& packageName) {

#define ASSERT_PAGE_SIZE_4K() {                             \
    if (getpagesize() != kVerityPageSize) {                 \
        return error("FSVerity only supports 4K page");     \
        return error("FSVerity only supports 4K pages");     \
    }                                                       \
}

@@ -2351,7 +2351,7 @@ binder::Status InstalldNativeService::deleteOdex(const std::string& apkPath,
    return res ? ok() : error();
}

// This kernel feaeture is experimental.
// This kernel feature is experimental.
// TODO: remove local definition once upstreamed
#ifndef FS_IOC_SET_FSVERITY
struct fsverity_set {