aboutsummaryrefslogtreecommitdiff
path: root/coreutils/mv.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/mv.c')
-rw-r--r--coreutils/mv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/mv.c b/coreutils/mv.c
index 613d4ac46..5611ecd01 100644
--- a/coreutils/mv.c
+++ b/coreutils/mv.c
@@ -109,7 +109,7 @@ int mv_main(int argc, char **argv)
goto RET_1;
}
}
- /* FILEUTILS_RECUR also prevents nasties like
+ /* FILEUTILS_RECUR also prevents nasties like
* "read from device and write contents to dst"
* instead of "create same device node" */
copy_flag = FILEUTILS_RECUR | FILEUTILS_PRESERVE_STATUS;