aboutsummaryrefslogtreecommitdiff
path: root/src/spell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spell.c')
-rw-r--r--src/spell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spell.c b/src/spell.c
index d0d5e1ca8f..b0085b848a 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -2568,7 +2568,7 @@ spell_load_file (
if (lp->sl_fname == NULL)
goto endFAIL;
- /* Check for .add.spl (_add.spl for VMS). */
+ /* Check for .add.spl. */
lp->sl_add = strstr((char *)path_tail(fname), SPL_FNAME_ADD) != NULL;
} else
lp = old_lp;