Staging: ramzswap: Minor spelling fixes
[linux-2.6-block.git] / drivers / staging / ramzswap / ramzswap_drv.c
index 18196f3852d8df11877d41348b74d96f61662390..7a7ead4e6c87527bf25ef27062cabc6005f32754 100644 (file)
@@ -730,7 +730,7 @@ static int ramzswap_read(struct ramzswap *rzs, struct bio *bio)
        if (!rzs->table[index].page)
                return handle_ramzswap_fault(rzs, bio);
 
-       /* Page is stored uncompressed since its incompressible */
+       /* Page is stored uncompressed since it's incompressible */
        if (unlikely(rzs_test_flag(rzs, index, RZS_UNCOMPRESSED)))
                return handle_uncompressed_page(rzs, bio);
 
@@ -792,7 +792,7 @@ static int ramzswap_write(struct ramzswap *rzs, struct bio *bio)
                ramzswap_free_page(rzs, index);
 
        /*
-        * No memory ia allocated for zero filled pages.
+        * No memory is allocated for zero filled pages.
         * Simply clear zero page flag.
         */
        if (rzs_test_flag(rzs, index, RZS_ZERO)) {