Merge "Fix typo in comments"
diff --git a/cmds/installd/InstalldNativeService.cpp b/cmds/installd/InstalldNativeService.cpp
index 56489a0..a2c8542 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");     \
     }                                                       \
 }
 
@@ -2341,7 +2341,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 {