[gspell] InlineCheckerTextBuffer: update comment



commit c1a4600f0162b76fa6555a846bc8c753e2d25a91
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Feb 18 18:00:48 2017 +0100

    InlineCheckerTextBuffer: update comment

 gspell/gspell-inline-checker-text-buffer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gspell/gspell-inline-checker-text-buffer.c b/gspell/gspell-inline-checker-text-buffer.c
index 8d933f7..af41b67 100644
--- a/gspell/gspell-inline-checker-text-buffer.c
+++ b/gspell/gspell-inline-checker-text-buffer.c
@@ -243,7 +243,7 @@ check_subregion (GspellInlineCheckerTextBuffer *spell,
        {
                _gspell_text_iter_forward_word_end (&word_start);
 
-               /* Didn't move, there is no words after @start_adjusted. */
+               /* Didn't move, there is no words after @start. */
                if (gtk_text_iter_equal (&word_start, start))
                {
                        return;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]