From 3cb22c204c8f0383f187fc0b41a94b16844a2838 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 26 Jul 2004 05:38:02 +0000 Subject: [PATCH] Made a comment better. --- backup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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... */ } } -- 2.34.1