From 8d07efac669b2a26b14dfc211125019ca0246df9 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Fri, 3 Jun 2005 01:33:04 +0000 Subject: [PATCH] comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2579 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 c3d7af19..11783a91 100644 --- a/src/files.c +++ b/src/files.c @@ -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; }