still more comment fixes


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3992 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
diff --git a/src/text.c b/src/text.c
index 11ae034..4efb94b 100644
--- a/src/text.c
+++ b/src/text.c
@@ -63,7 +63,7 @@
 }
 #endif /* !NANO_TINY */
 
-/* Delete one character. */
+/* Delete the character under the cursor. */
 void do_delete(void)
 {
     bool do_refresh = FALSE;