]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/ext4/extents.c
Merge branch 'master' into for-next
[mv-sheeva.git] / fs / ext4 / extents.c
index 377309c1af65fe91be76bef857fe39288551ae9d..bf029c7d5518d1352d276fe4d26206be3d3007be 100644 (file)
@@ -2937,7 +2937,7 @@ fix_extent_len:
  * One of more index blocks maybe needed if the extent tree grow after
  * the unintialized extent split. To prevent ENOSPC occur at the IO
  * complete, we need to split the uninitialized extent before DIO submit
- * the IO. The uninitilized extent called at this time will be split
+ * the IO. The uninitialized extent called at this time will be split
  * into three uninitialized extent(at most). After IO complete, the part
  * being filled will be convert to initialized by the end_io callback function
  * via ext4_convert_unwritten_extents().