summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/pychrysalide/glibext/singleton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pychrysalide/glibext/singleton.c b/plugins/pychrysalide/glibext/singleton.c
index 4aad7f5..61d6723 100644
--- a/plugins/pychrysalide/glibext/singleton.c
+++ b/plugins/pychrysalide/glibext/singleton.c
@@ -639,7 +639,7 @@ PyTypeObject *get_python_singleton_candidate_type(void)
bool ensure_python_singleton_candidate_is_registered(void)
{
- PyTypeObject *type; /* Type Python 'BinContent' */
+ PyTypeObject *type; /* Type 'SingletonCandidate' */
PyObject *module; /* Module à recompléter */
PyObject *dict; /* Dictionnaire du module */