summaryrefslogtreecommitdiff
path: root/src/glibext
diff options
context:
space:
mode:
Diffstat (limited to 'src/glibext')
-rw-r--r--src/glibext/workgroup.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/glibext/workgroup.c b/src/glibext/workgroup.c
index ba133a9..c603d54 100644
--- a/src/glibext/workgroup.c
+++ b/src/glibext/workgroup.c
@@ -112,7 +112,7 @@ static void g_work_group_init(GWorkGroup *group)
/******************************************************************************
* *
-* Paramètres : queue = instance d'objet GLib à traiter. *
+* Paramètres : group = instance d'objet GLib à traiter. *
* *
* Description : Supprime toutes les références externes. *
* *
@@ -505,8 +505,7 @@ bool g_work_group_wait_timed_for_completion(GWorkGroup *group, gint64 rel)
/******************************************************************************
* *
-* Paramètres : queue = gestionnaire de l'ensemble des groupes de travail.*
-* id = identifiant d'un groupe de travail. *
+* Paramètres : group = groupes de travail à manipuler. *
* *
* Description : Force un réveil d'une attente en cours pour la confirmer. *
* *