Encapsulated the static data of procedure.[ch] into a single object, to be
[pspp-builds.git] / src / data / dictionary.c
index a7ba0274aec8280d9d2a71c86329d20cee8bb375..6fe08f17d14c25e6cf2ea1e5be88d6881a2a4c55 100644 (file)
@@ -435,7 +435,7 @@ compare_var_ptrs (const void *a_, const void *b_, void *aux UNUSED)
 /* Deletes variable V from dictionary D and frees V.
 
    This is a very bad idea if there might be any pointers to V
-   from outside D.  In general, no variable in default_dict
+   from outside D.  In general, no variable in current_dataset->dict
    should be deleted when any transformations are active, because
    those transformations might reference the deleted variable.
    The safest time to delete a variable is just after a procedure