]> git.wh0rd.org Git - nano.git/commitdiff
still more miscellaneous comment fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 11 Jan 2007 23:11:46 +0000 (23:11 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 11 Jan 2007 23:11:46 +0000 (23:11 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4034 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/files.c

index b457689f4e4f4d3421c4e91942f9d856d368f6c4..90060277bf119d5b869adfcd7780b4e81ad7709d 100644 (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;