summaryrefslogtreecommitdiff
path: root/src/extent-scan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/extent-scan.c')
-rw-r--r--src/extent-scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extent-scan.c b/src/extent-scan.c
index 71a940499..e95b08500 100644
--- a/src/extent-scan.c
+++ b/src/extent-scan.c
@@ -104,7 +104,7 @@ extent_scan_read (struct extent_scan *scan)
fiemap->fm_extent_count = count;
fiemap->fm_length = FIEMAP_MAX_OFFSET - scan->scan_start;
- /* Fall back to the standard copy if call ioctl(2) failed for the
+ /* Fall back to the standard copy if call ioctl(2) failed for
the first time. */
if (ioctl (scan->fd, FS_IOC_FIEMAP, fiemap) < 0)
{