summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Dreßler <verdre@v0yd.nl>2019-02-04 21:15:35 +0100
committerCarlos Garnacho <mrgarnacho@gmail.com>2019-05-15 20:38:28 +0000
commita48b6cc9ca9a17e99a677be09f642440649767c5 (patch)
treec86bdbaf850ba8254c51d3797825add971175868
parent786305f7d687c4523504f98b2e60c8d90c1e7920 (diff)
downloadmutter-a48b6cc9ca9a17e99a677be09f642440649767c5.tar.gz
clutter/actor: Fix a wrong comment
https://gitlab.gnome.org/GNOME/mutter/merge_requests/547
-rw-r--r--clutter/clutter/clutter-actor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clutter/clutter/clutter-actor.c b/clutter/clutter/clutter-actor.c
index bee7846ae..3c48e4e9a 100644
--- a/clutter/clutter/clutter-actor.c
+++ b/clutter/clutter/clutter-actor.c
@@ -8849,9 +8849,9 @@ _clutter_actor_queue_redraw_full (ClutterActor *self,
*
* later during _clutter_stage_do_update(), once relayouting is done
* and the scenegraph has been updated we will call:
- * _clutter_stage_finish_queue_redraws().
+ * clutter_stage_maybe_finish_queue_redraws().
*
- * _clutter_stage_finish_queue_redraws() will call
+ * clutter_stage_maybe_finish_queue_redraws() will call
* _clutter_actor_finish_queue_redraw() for each listed actor.
*
* Note: actors *are* allowed to queue further redraws during this