]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - lib/ext2fs/blkmap64_rb.c
Fix typos in code comments and developer docs
[thirdparty/e2fsprogs.git] / lib / ext2fs / blkmap64_rb.c
index 448318c741f3d30c7f930197e90b6da8e4df54c9..6fc245fda08eb5711aa3ae52e20aeda8a3ce5262 100644 (file)
@@ -552,7 +552,7 @@ static int rb_remove_extent(__u64 start, __u64 count,
                        retval = 1;
                        continue;
                } else {
-                       /* modify the last extent in reigon to be removed */
+                       /* modify the last extent in region to be removed */
                        ext->count -= ((start + count) - ext->start);
                        ext->start = start + count;
                        retval = 1;