From 6a516b95057fb50c6a4e2487b75206b7854e942a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 5 Jan 2023 11:05:37 +0100 Subject: [PATCH] context: fix typo in comment --- src/pipewire/context.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pipewire/context.c b/src/pipewire/context.c index f5dc54cac..39f224a60 100644 --- a/src/pipewire/context.c +++ b/src/pipewire/context.c @@ -1216,6 +1216,7 @@ again: } if (do_suspend) suspend_driver(context, n); + /* we're setting the pending rate. This will become the new * current rate in the next iteration of the graph. */ n->current_rate = SPA_FRACTION(1, target_rate); @@ -1261,7 +1262,7 @@ again: if (n->info.state < PW_NODE_STATE_RUNNING && n->current_pending) { /* the driver node is not actually running and we have a - * panding change. Apply the change to the position now so + * pending change. Apply the change to the position now so * that we have the right values when we change the node * states of the driver and followers to RUNNING below */ pw_log_debug("%p: apply duration:%"PRIu64" rate:%u/%u", context,