* then the kernel did a page-replacement or canceled the read() (or
         * whatever magic it did..). In that case, the memfd object is still
         * all zero.
-        * In case the memfd-object was *not* sealed, the read() was successfull
+        * In case the memfd-object was *not* sealed, the read() was successful
         * and the memfd object must *not* be all zero.
         * Note that in real scenarios, there might be a mixture of both, but
         * in this test-cases, we have explicit 200ms delays which should be
 
 
 /*
  * Test sharing via fork()
- * Test whether seal-modifications work as expected with forked childs.
+ * Test whether seal-modifications work as expected with forked children.
  */
 static void test_share_fork(char *banner, char *b_suffix)
 {