From 75e9dfe5a4fea3835632a3920f60f682cdcc3ac1 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 18 May 2006 17:50:08 +0000 Subject: [PATCH] comment fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3525 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/nano.c | 2 +- src/text.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nano.c b/src/nano.c index b2ec7ddb..d156eb02 100644 --- a/src/nano.c +++ b/src/nano.c @@ -1458,7 +1458,7 @@ void do_output(char *output, size_t output_len, bool allow_cntrls) size_t current_len, i = 0; bool do_refresh = FALSE; /* Do we have to call edit_refresh(), or can we get away with - * update_line()? */ + * just update_line()? */ char *char_buf = charalloc(mb_cur_max()); int char_buf_len; diff --git a/src/text.c b/src/text.c index 4f26237f..67ce15f4 100644 --- a/src/text.c +++ b/src/text.c @@ -68,7 +68,7 @@ void do_delete(void) { bool do_refresh = FALSE; /* Do we have to call edit_refresh(), or can we get away with - * update_line()? */ + * just update_line()? */ assert(openfile->current != NULL && openfile->current->data != NULL && openfile->current_x <= strlen(openfile->current->data)); -- 2.39.5