Commit 982a598ff68acad37647baba06668054568eee49

Authored by Masanari Iida
Committed by Jiri Kosina
1 parent ec16f3df13

ntfs: fix printk typos in mft.c

Correct two spelling errors "dealocate" to "deallocate"
in fs/ntfs/mft.c

Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -1367,7 +1367,7 @@
1367 1367 ntfs_error(vol->sb, "Failed to merge runlists for mft "
1368 1368 "bitmap.");
1369 1369 if (ntfs_cluster_free_from_rl(vol, rl2)) {
1370   - ntfs_error(vol->sb, "Failed to dealocate "
  1370 + ntfs_error(vol->sb, "Failed to deallocate "
1371 1371 "allocated cluster.%s", es);
1372 1372 NVolSetErrors(vol);
1373 1373 }
... ... @@ -1805,7 +1805,7 @@
1805 1805 ntfs_error(vol->sb, "Failed to merge runlists for mft data "
1806 1806 "attribute.");
1807 1807 if (ntfs_cluster_free_from_rl(vol, rl2)) {
1808   - ntfs_error(vol->sb, "Failed to dealocate clusters "
  1808 + ntfs_error(vol->sb, "Failed to deallocate clusters "
1809 1809 "from the mft data attribute.%s", es);
1810 1810 NVolSetErrors(vol);
1811 1811 }