summaryrefslogtreecommitdiffstats
path: root/src/report-python/dump_dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/report-python/dump_dir.c')
-rw-r--r--src/report-python/dump_dir.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/report-python/dump_dir.c b/src/report-python/dump_dir.c
index 8e1f17ef..df61ea74 100644
--- a/src/report-python/dump_dir.c
+++ b/src/report-python/dump_dir.c
@@ -199,5 +199,5 @@ PyObject *p_dd_create(PyObject *module, PyObject *args)
return (PyObject*)new_dd;
}
-/* void delete_crash_dump_dir(const char *dd_dir); */
-//static PyObject *p_delete_crash_dump_dir(PyObject *pself, PyObject *args);
+/* void delete_dump_dir(const char *dd_dir); */
+//static PyObject *p_delete_dump_dir(PyObject *pself, PyObject *args);