summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-11-05 20:50:51 +0100
committerBram Moolenaar <Bram@vim.org>2020-11-05 20:50:51 +0100
commit22286895fce0e45e42126c7f2e35ebf43bc625d9 (patch)
tree724167479bb64dc64279cc35319a533a82e704c1 /src/structs.h
parent0fd797eacd569a0680a86452c18713eacf6608fe (diff)
downloadvim-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/structs.h')
-rw-r--r--src/structs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/structs.h b/src/structs.h
index 007aa9d27..330bb53fa 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -1688,7 +1688,8 @@ struct funccall_S
#ifdef FEAT_PROFILE
proftime_T prof_child; // time spent in a child
#endif
- funccall_T *caller; // calling function or NULL
+ funccall_T *caller; // calling function or NULL; or next funccal in
+ // list pointed to by previous_funccal.
// for closure
int fc_refcount; // number of user functions that reference this