From 7a3b2fab08b1ec9f5109f3c5303c1fc72f2608ca Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Sun, 11 Jun 2017 08:38:07 -0400 Subject: [PATCH 07/44] FIXME: fixups to spellcheck-enchant.c --- gcc/spellcheck-enchant.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/spellcheck-enchant.c b/gcc/spellcheck-enchant.c index f62965a..e876d8c 100644 --- a/gcc/spellcheck-enchant.c +++ b/gcc/spellcheck-enchant.c @@ -167,7 +167,7 @@ checker::get_suggestions (const char *const word, ssize_t len) checker *checker::singleton = NULL; /* Generate a location for a word of length LEN within ORD_MAP at the - given LINE AND COLUMN. */ + given LINE and COLUMN. */ static location_t make_word_location (const line_map_ordinary *ord_map, int line, int column, @@ -182,7 +182,7 @@ make_word_location (const line_map_ordinary *ord_map, int line, int column, } /* Spellcheck the word at WORD of length LEN, with a location - within ORD_MAP at the given LINE AND COLUMN. + within ORD_MAP at the given LINE and COLUMN. Issue warnings and suggestions for possibly misspelled words. */ static void -- 1.8.5.3