diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-11-02 22:07:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-02 22:07:00 +0800 |
commit | 65f603f72c387cfac7955d8dfe51b42d35caa0f8 (patch) | |
tree | ee2734f0fe4e4d91f4f163ba99f64ce992948af9 /src/nvim/eval/userfunc.c | |
parent | 44b88d8c310e778c55ef1f7a270d2651266054ca (diff) | |
parent | 4716a578ae0c3516d685495bb55e40c939a4ac87 (diff) | |
download | rneovim-65f603f72c387cfac7955d8dfe51b42d35caa0f8.tar.gz rneovim-65f603f72c387cfac7955d8dfe51b42d35caa0f8.tar.bz2 rneovim-65f603f72c387cfac7955d8dfe51b42d35caa0f8.zip |
Merge pull request #20782 from dundargoc/docs/typos
docs: fix typos
Diffstat (limited to 'src/nvim/eval/userfunc.c')
-rw-r--r-- | src/nvim/eval/userfunc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/eval/userfunc.c b/src/nvim/eval/userfunc.c index c22718c65d..71f33fe465 100644 --- a/src/nvim/eval/userfunc.c +++ b/src/nvim/eval/userfunc.c @@ -460,7 +460,7 @@ int get_func_tv(const char_u *name, int len, typval_T *rettv, char **arg, funcex int i = 0; if (get_vim_var_nr(VV_TESTING)) { - // Prepare for calling garbagecollect_for_testing(), need to know + // Prepare for calling test_garbagecollect_now(), need to know // what variables are used on the call stack. if (funcargs.ga_itemsize == 0) { ga_init(&funcargs, (int)sizeof(typval_T *), 50); |