From: Jim Meyering Date: Thu, 16 Aug 2012 17:25:40 +0000 (+0200) Subject: maint: fix comment grammar to placate make syntax-check X-Git-Tag: v8.19~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1a03de07f568d4ba441712c2d7b10ff50ad444b;p=thirdparty%2Fcoreutils.git maint: fix comment grammar to placate make syntax-check * src/remove.c (rm_fts): s/can not/cannot/ --- diff --git a/src/remove.c b/src/remove.c index 61ba5f372a..c4972ace29 100644 --- a/src/remove.c +++ b/src/remove.c @@ -419,7 +419,7 @@ rm_fts (FTS *fts, FTSENT *ent, struct rm_options const *x) && is_empty_dir (fts->fts_cwd_fd, ent->fts_accpath))) { /* This is the first (pre-order) encounter with a directory - that we can not delete. + that we cannot delete. Not recursive, so arrange to skip contents. */ int err = x->remove_empty_directories ? ENOTEMPTY : EISDIR; error (0, err, _("cannot remove %s"), quote (ent->fts_path));