From c3851185f3d4b3ddb72d7c6ea6d931d4423f07c8 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 30 Aug 2005 02:59:30 +0000 Subject: [PATCH] Fixed a comment. --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.c b/options.c index aa231f7f..6488b569 100644 --- a/options.c +++ b/options.c @@ -1160,7 +1160,7 @@ int parse_arguments(int *argc, const char ***argv, int frommain) } if (sparse_files && inplace) { - /* Note: we don't check for this below, because --update is + /* Note: we don't check for this below, because --append is * OK with --sparse (as long as redos are handled right). */ snprintf(err_buf, sizeof err_buf, "--sparse cannot be used with --inplace\n"); -- 2.34.1