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