aboutsummaryrefslogtreecommitdiff
path: root/src/spell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/spell.h')
-rw-r--r--src/spell.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/spell.h b/src/spell.h
index 3322f66098..9662c8e6f2 100644
--- a/src/spell.h
+++ b/src/spell.h
@@ -1,6 +1,6 @@
#ifndef NEOVIM_SPELL_H
#define NEOVIM_SPELL_H
-/* spell.c */
+
int spell_check(win_T *wp, char_u *ptr, hlf_T *attrp, int *capcol,
int docount);
int spell_move_to(win_T *wp, int dir, int allwords, int curline,
@@ -30,4 +30,4 @@ int spell_word_start(int startcol);
void spell_expand_check_cap(colnr_T col);
int expand_spelling(linenr_T lnum, char_u *pat, char_u ***matchp);
-#endif /* NEOVIM_SPELL_H */
+#endif // NEOVIM_SPELL_H