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

Commit 68c082bd authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix typo in comments"

parents 165f1ab3 7ebd5130
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");     \
    }                                                       \
}

@@ -2341,7 +2341,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 {