[gedit/wip/spell-checking: 1/2] spell-utils: remove false comment



commit a1a4eb53ab2635bf99087094b982ea3174d5c6d3
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Aug 2 17:01:39 2015 +0200

    spell-utils: remove false comment
    
    If @start is not in a no-spell-check region, TRUE is returned directly.
    So @start may not be at the start of a word.

 plugins/spell/gedit-spell-utils.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/plugins/spell/gedit-spell-utils.c b/plugins/spell/gedit-spell-utils.c
index d6e2ec6..6c59371 100644
--- a/plugins/spell/gedit-spell-utils.c
+++ b/plugins/spell/gedit-spell-utils.c
@@ -49,9 +49,6 @@ gedit_spell_utils_is_digit (const gchar *text)
        return TRUE;
 }
 
-/* Returns %TRUE if @start is moved to the start of a word to spell check,
- * located before @end.
- */
 gboolean
 gedit_spell_utils_skip_no_spell_check (GtkTextIter       *start,
                                       const GtkTextIter *end)



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