From 93bff5a06150f4264ddda2661e34a689c413ef81 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 4 Nov 2021 22:53:27 +0100 Subject: broadband-bearer: minor fix in code comment --- src/mm-broadband-bearer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/mm-broadband-bearer.c b/src/mm-broadband-bearer.c index c6234c12..1ae07dcf 100644 --- a/src/mm-broadband-bearer.c +++ b/src/mm-broadband-bearer.c @@ -1646,8 +1646,7 @@ cgact_periodic_query_ready (MMBaseModem *modem, for (l = pdp_active_list; l; l = g_list_next (l)) { MM3gppPdpContextActive *pdp_active; - /* We look for he just assume the first active PDP context found is the one we're - * looking for. */ + /* Just assume the first active PDP context found is the one we're looking for. */ pdp_active = (MM3gppPdpContextActive *)(l->data); if (pdp_active->cid == (guint)self->priv->profile_id) { status = (pdp_active->active ? MM_BEARER_CONNECTION_STATUS_CONNECTED : MM_BEARER_CONNECTION_STATUS_DISCONNECTED); -- cgit v1.2.3-70-g09d2