summaryrefslogtreecommitdiffstats
path: root/src/structs.h
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-04-16 20:53:55 +0100
committerBram Moolenaar <Bram@vim.org>2023-04-16 20:53:55 +0100
commite7d49465a4ad390c1b0fb6d6b97bc30241fe5db9 (patch)
tree1ad57eac5490d8d424696ab81b15a7c2a256cfcd /src/structs.h
parenta77670726e3706973adffc2b118f4576e1f58ea0 (diff)
patch 9.0.1459: typo in name of typev9.0.1459
Problem: Typo in name of type. Solution: Change funccal_T to funccall_T. (closes #12265)
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/structs.h b/src/structs.h
index 79c4ac6953..55a859b29b 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -1896,7 +1896,7 @@ struct funccall_S
// funccal
int fc_copyID; // for garbage collection
garray_T fc_ufuncs; // list of ufunc_T* which keep a reference to
- // "func"
+ // "fc_func"
};
// structure used as item in "fc_defer"