Fix typo in comments
Test: None
Bug: 30972906
Change-Id: Ifb3b4ed9b1164490fe23da5688f86f48bd4a3167
diff --git a/cmds/installd/InstalldNativeService.cpp b/cmds/installd/InstalldNativeService.cpp
index bc91285..b61eaea 100644
--- a/cmds/installd/InstalldNativeService.cpp
+++ b/cmds/installd/InstalldNativeService.cpp
@@ -194,7 +194,7 @@
#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 @@
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 {