summaryrefslogtreecommitdiffstats
path: root/src/dict.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dict.c')
-rw-r--r--src/dict.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dict.c b/src/dict.c
index ccd0b5dac2..ce807350cd 100644
--- a/src/dict.c
+++ b/src/dict.c
@@ -1497,7 +1497,7 @@ dict2list(typval_T *argvars, typval_T *rettv, dict2list_T what)
d = argvars[0].vval.v_dict;
if (d == NULL)
- // empty dict behaves like an empty dict
+ // NULL dict behaves like an empty dict
return;
todo = (int)d->dv_hashtab.ht_used;