summaryrefslogtreecommitdiffstats
path: root/src/structs.h
diff options
context:
space:
mode:
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"