aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-11-04 22:53:27 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-11-04 22:53:27 +0100
commit93bff5a06150f4264ddda2661e34a689c413ef81 (patch)
tree7bc1b6292df821d85468057da400ef6a86827e2e
parent0012c63bf47f9e75bbc81af49aac7843156f8cd5 (diff)
broadband-bearer: minor fix in code comment
-rw-r--r--src/mm-broadband-bearer.c3
1 files changed, 1 insertions, 2 deletions
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);