From: Jim Meyering Date: Tue, 20 Apr 2004 18:13:43 +0000 (+0000) Subject: (is_empty_dir): Clarify comment. X-Git-Tag: v5.3.0~1698 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4e0a51788d74339f75c270fcf19dd06c11fe5c9;p=thirdparty%2Fcoreutils.git (is_empty_dir): Clarify comment. --- diff --git a/src/remove.c b/src/remove.c index d9fb21796e..7e6061a18e 100644 --- a/src/remove.c +++ b/src/remove.c @@ -505,7 +505,7 @@ AD_is_removable (Dirstack_state const *ds, char const *file) return ! (top->unremovable && hash_lookup (top->unremovable, file)); } -/* Return nonzero if DIR is determined to be an empty directory +/* Return true if DIR is determined to be an empty directory or if opendir or readdir fails. */ static bool is_empty_dir (char const *dir)