summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Mioso <mrkiko.rs@gmail.com>2018-06-29 08:50:36 +0200
committerAleksander Morgado <aleksander@aleksander.es>2018-06-29 09:34:37 +0200
commitf01d88bf914303257d420d66146ac10575805e83 (patch)
treee67b07137c873480ed02df89815f17511c3df55d
parent066c9c1e403a156e5d8da593cd0861646a7ae1d9 (diff)
downloadModemManager-f01d88bf914303257d420d66146ac10575805e83.tar.gz
libmm-glib: reference dup_equipment_identifier instead of dup_plugin
Fix the comment.
-rw-r--r--libmm-glib/mm-modem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmm-glib/mm-modem.c b/libmm-glib/mm-modem.c
index e436e5ca5..e29716bea 100644
--- a/libmm-glib/mm-modem.c
+++ b/libmm-glib/mm-modem.c
@@ -906,7 +906,7 @@ mm_modem_get_ports (MMModem *self,
*
* <warning>The returned value is only valid until the property changes so
* it is only safe to use this function on the thread where
- * @self was constructed. Use mm_modem_dup_plugin() if on another
+ * @self was constructed. Use mm_modem_dup_equipment_identifier() if on another
* thread.</warning>
*
* Returns: (transfer none): The equipment identifier, or %NULL if none available. Do not free the returned value, it belongs to @self.