diff --git a/ChangeLog b/ChangeLog
index 040bcb909419cd7ed666e2e89a196fe1165e0a1c..4cf1192cbbf42b9a161d69b3e628ddb1f7a7772a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -195,8 +195,8 @@ CVS code -
 	- Don't refer to the built-in file browser as crappy anymore.
 	  (DLR)
 - doc/man/fr/Makefile.am:
-	- Set mandir to @mandir@/fr, so French manpages get installed where
-	  they belong (Jordi).
+	- Set mandir to @mandir@/fr, so French manpages get installed
+	  where they belong (Jordi).
 - THANKS:
 	- Add new translators to the credits.
 
diff --git a/src/nano.h b/src/nano.h
index 5859de62ae56338d22ff2bb3ed0ebc6ff41a2b27..4997bb0e9a67e1a6650aef0f385ff0408040b3f9 100644
--- a/src/nano.h
+++ b/src/nano.h
@@ -57,8 +57,7 @@
 #define regexec(preg, string, nmatch, pmatch, eflags) safe_regexec(preg, string, nmatch, pmatch, eflags)
 #endif
 
-/* Set a default value for PATH_MAX, so we can use it in lines like
- * "path = getcwd(NULL, PATH_MAX + 1);". */
+/* Set a default value for PATH_MAX if there isn't one. */
 #ifndef PATH_MAX
 #define PATH_MAX 4096
 #endif