|
@@ -458,7 +458,7 @@ static void set_buffers_da_mapped(struct inode *inode,
|
|
|
* the buffer head is mapped.
|
|
|
*
|
|
|
* It returns 0 if plain look up failed (blocks have not been allocated), in
|
|
|
- * that casem, buffer head is unmapped
|
|
|
+ * that case, buffer head is unmapped
|
|
|
*
|
|
|
* It returns the error in case of allocation failure.
|
|
|
*/
|
|
@@ -497,7 +497,7 @@ int ext4_map_blocks(handle_t *handle, struct inode *inode,
|
|
|
* Returns if the blocks have already allocated
|
|
|
*
|
|
|
* Note that if blocks have been preallocated
|
|
|
- * ext4_ext_get_block() returns th create = 0
|
|
|
+ * ext4_ext_get_block() returns the create = 0
|
|
|
* with buffer head unmapped.
|
|
|
*/
|
|
|
if (retval > 0 && map->m_flags & EXT4_MAP_MAPPED)
|