aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/ModemManager-enums.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ModemManager-enums.h b/include/ModemManager-enums.h
index 8f05ec00..10166d24 100644
--- a/include/ModemManager-enums.h
+++ b/include/ModemManager-enums.h
@@ -1283,8 +1283,8 @@ typedef enum { /*< underscore_name=mm_oma_session_state_failed_reason >*/
* MMCallState:
* @MM_CALL_STATE_UNKNOWN: default state for a new outgoing call.
* @MM_CALL_STATE_DIALING: outgoing call started. Wait for free channel.
- * @MM_CALL_STATE_RINGING_IN: outgoing call attached to GSM network, waiting for an answer.
- * @MM_CALL_STATE_RINGING_OUT: incoming call is waiting for an answer.
+ * @MM_CALL_STATE_RINGING_IN: incoming call is waiting for an answer.
+ * @MM_CALL_STATE_RINGING_OUT: outgoing call attached to GSM network, waiting for an answer.
* @MM_CALL_STATE_ACTIVE: call is active between two peers.
* @MM_CALL_STATE_HELD: held call (by +CHLD AT command).
* @MM_CALL_STATE_WAITING: waiting call (by +CCWA AT command).