]> git.wh0rd.org Git - nano.git/commitdiff
still more comment fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 27 Nov 2006 05:49:32 +0000 (05:49 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 27 Nov 2006 05:49:32 +0000 (05:49 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3980 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/utils.c

index b2fa0345ce427191de71f36ebeec5047ea01a149..d8af75f2bd2c855b19e157841027ab3300ad7b85 100644 (file)
@@ -147,7 +147,7 @@ void unsunder(char *str, size_t true_len)
 }
 
 /* For non-null-terminated lines.  A line, by definition, shouldn't
- * normally have newlines in it, so decode its newlines into nulls. */
+ * normally have newlines in it, so decode its newlines as nulls. */
 void sunder(char *str)
 {
     assert(str != NULL);