From: David Lawrence Ramsey Date: Fri, 3 Jun 2005 01:33:04 +0000 (+0000) Subject: comment fix X-Git-Tag: v1.3.8~224 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8d07efac669b2a26b14dfc211125019ca0246df9;p=nano.git comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2579 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- 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; }