commit 5314b8dd8a1b8c91ecaf1fea2fa64495840ad0b5
parent cc91cf41a050eb1fe5097490d5c2294d52cbf949
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 11 Jan 2007 23:11:46 +0000
still more miscellaneous comment fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4034 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;