aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZhan-Wei <david5061@gapp.nthu.edu.tw>2023-12-26 17:15:46 +0000
committerWarner Losh <imp@FreeBSD.org>2023-12-26 17:24:22 +0000
commitebb1fe40061500ccbdae3c804bf6bd2b9ea0a9c8 (patch)
tree8762432b990de3a94abe6a785c7b41a5fb4f6773 /bin
parentc327288e8e44300f66f3f89c6fe40da28e84198c (diff)
downloadsrc-ebb1fe40061500ccbdae3c804bf6bd2b9ea0a9c8.tar.gz
src-ebb1fe40061500ccbdae3c804bf6bd2b9ea0a9c8.zip
Diffstat (limited to 'bin')
-rw-r--r--bin/mv/mv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mv/mv.c b/bin/mv/mv.c
index 1dee9348cc3b..7a1ecba7e076 100644
--- a/bin/mv/mv.c
+++ b/bin/mv/mv.c
@@ -172,7 +172,7 @@ do_move(const char *from, const char *to)
*/
if (!fflg && !access(to, F_OK)) {
- /* prompt only if source exist */
+ /* prompt only if source exists */
if (lstat(from, &sb) == -1) {
warn("%s", from);
return (1);