diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-11-05 20:50:51 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-11-05 20:50:51 +0100 |
commit | 22286895fce0e45e42126c7f2e35ebf43bc625d9 (patch) | |
tree | 724167479bb64dc64279cc35319a533a82e704c1 /src/dict.c | |
parent | 0fd797eacd569a0680a86452c18713eacf6608fe (diff) | |
download | vim-git-22286895fce0e45e42126c7f2e35ebf43bc625d9.tar.gz |
patch 8.2.1961: various comments can be improvedv8.2.1961
Problem: Various comments can be improved.
Solution: Various comment adjustments.
Diffstat (limited to 'src/dict.c')
-rw-r--r-- | src/dict.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dict.c b/src/dict.c index 8d076441b..b3ef35a80 100644 --- a/src/dict.c +++ b/src/dict.c @@ -22,6 +22,7 @@ static dict_T *first_dict = NULL; /* * Allocate an empty header for a dictionary. + * Caller should take care of the reference count. */ dict_T * dict_alloc(void) |