aboutsummaryrefslogtreecommitdiffstats
path: root/backup.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2004-07-26 05:38:02 +0000
committerWayne Davison <wayned@samba.org>2004-07-26 05:38:02 +0000
commit3cb22c204c8f0383f187fc0b41a94b16844a2838 (patch)
tree2703535dad9b7b4c4cea7bd2174a93f10519d588 /backup.c
parent7432ccf4ed584b18d0cbed100901249b23819c6f (diff)
downloadandroid_external_rsync-3cb22c204c8f0383f187fc0b41a94b16844a2838.tar.gz
android_external_rsync-3cb22c204c8f0383f187fc0b41a94b16844a2838.tar.bz2
android_external_rsync-3cb22c204c8f0383f187fc0b41a94b16844a2838.zip
Made a comment better.
Diffstat (limited to 'backup.c')
-rw-r--r--backup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backup.c b/backup.c
index ed08fae6..bf98f746 100644
--- a/backup.c
+++ b/backup.c
@@ -237,7 +237,7 @@ static int keep_backup(char *fname)
full_fname(fname), backup_dir_buf);
} else if (st.st_nlink > 1) {
/* If someone has hard-linked the file into the backup
- * dir, rename() can return success but do nothing! */
+ * dir, rename() might return success but do nothing! */
robust_unlink(fname); /* Just in case... */
}
}