]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 3 Jun 2005 01:33:04 +0000 (01:33 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 3 Jun 2005 01:33:04 +0000 (01:33 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2579 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/files.c

index c3d7af199f027dc70eb44da33fa39658bd044e4d..11783a91c71eb6d8d979a0dc0944101399332f12 100644 (file)
@@ -1131,7 +1131,7 @@ char *check_writable_directory(const char *path)
        return NULL;
     }
 
-    /* otherwise, return the full path */
+    /* Otherwise, return the full path. */
     return full_path;
 }