diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-12-16 14:45:13 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-12-16 14:45:13 +0000 |
commit | 52797bae1710621926c03a2611c40a692c96fb44 (patch) | |
tree | 3cf4bedc9079f69fb3adb8ebf61361451fa04c1a /src/regexp_nfa.c | |
parent | 0e6adf8a29d5c2c96c42cc7157f71bf22c2ad471 (diff) | |
download | vim-git-52797bae1710621926c03a2611c40a692c96fb44.tar.gz |
patch 8.2.3825: various comments could be improvedv8.2.3825
Problem: Various comments could be improved.
Solution: Improve the comments.
Diffstat (limited to 'src/regexp_nfa.c')
-rw-r--r-- | src/regexp_nfa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regexp_nfa.c b/src/regexp_nfa.c index ffe894d4a..9dc246d28 100644 --- a/src/regexp_nfa.c +++ b/src/regexp_nfa.c @@ -18,7 +18,7 @@ * The last three are enabled when compiled as debug mode and individually * disabled by commenting them out. * The log files can get quite big! - * Do disable all of this when compiling Vim for debugging, undefine DEBUG in + * To disable all of this when compiling Vim for debugging, undefine DEBUG in * regexp.c */ #ifdef DEBUG |