diff --git a/src/files.c b/src/files.c
index c3d7af199f027dc70eb44da33fa39658bd044e4d..11783a91c71eb6d8d979a0dc0944101399332f12 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;
 }