summaryrefslogtreecommitdiff
path: root/src/glibext
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-08-19 21:05:06 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-08-19 21:05:06 (GMT)
commit370311f0a7176aa880dd0a15561c87a324fc111c (patch)
treec65174e576443b9832d70ec1f4a8939cf3864ff4 /src/glibext
parent7ae448ef9adac1642241f09d8838294b5d6e8e2d (diff)
Typos and cosmetics.
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. *
* *