diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-09-16 11:40:31 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-11 08:16:04 +0000 |
commit | 66192288f9997ae1ef54fa3e6d6ee30e27ce16a1 (patch) | |
tree | 115b42c22a7f27f0a064f1e2dd27d688242f1382 | |
parent | 3f15293a0b10bc7e296c2a735f34463d62cb65bf (diff) |
broadband-modem-qmi: fix minor typo in comment
-rw-r--r-- | src/mm-broadband-modem-qmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-broadband-modem-qmi.c b/src/mm-broadband-modem-qmi.c index 6329c21b..06e29c05 100644 --- a/src/mm-broadband-modem-qmi.c +++ b/src/mm-broadband-modem-qmi.c @@ -7313,7 +7313,7 @@ list_stored_images_ready (QmiClientDms *client, ctx = g_task_get_task_data (task); - /* Loop PRI images and try to find a pairing MODEM image with same boot ID */ + /* Loop PRI images and try to find a pairing MODEM image with same build ID */ image_pri = &g_array_index (array, QmiMessageDmsListStoredImagesOutputListImage, pri_id); |