still more miscellaneous comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4034 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey 2007-01-11 23:11:46 +00:00
parent cc91cf41a0
commit 5314b8dd8a

View File

@ -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;