From: David Lawrence Ramsey Date: Thu, 11 Jan 2007 23:11:46 +0000 (+0000) Subject: still more miscellaneous comment fixes X-Git-Tag: v2.0.3~20 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5314b8dd8a1b8c91ecaf1fea2fa64495840ad0b5;p=nano.git still more miscellaneous comment fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4034 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/files.c b/src/files.c index b457689f..90060277 100644 --- a/src/files.c +++ b/src/files.c @@ -2050,7 +2050,7 @@ void free_chararray(char **array, size_t len) #endif #ifndef DISABLE_TABCOMP -/* Is the given file a directory? */ +/* Is the given path a directory? */ bool is_dir(const char *buf) { char *dirptr;