From 5314b8dd8a1b8c91ecaf1fea2fa64495840ad0b5 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 11 Jan 2007 23:11:46 +0000 Subject: [PATCH] still more miscellaneous comment fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4034 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5