OSDN Git Service

Fix the comment for RIL_Data_Call_Response as well.
authorLorenzo Colitti <lorenzo@google.com>
Tue, 1 Feb 2011 00:55:38 +0000 (16:55 -0800)
committerLorenzo Colitti <lorenzo@google.com>
Tue, 1 Feb 2011 00:57:36 +0000 (16:57 -0800)
Bug: 3409252
Change-Id: I07aabee13f7ffc3854efc32ef661a7e09027a5c7

include/telephony/ril.h

index 2a9343c..d3c7569 100644 (file)
@@ -160,8 +160,8 @@ typedef struct {
     char *          type;       /* One of the PDP_type values in TS 27.007 section 10.1.1.
                                    For example, "IP", "IPV6", "IPV4V6", or "PPP". */
     char *          apn;
-    char *          address;    /* A space-delimited list of addresses, e.g., "192.0.1.3" or
-                                   "192.0.1.11 2001:db8::1". */
+    char *          address;    /* The IPv4 or IPv6 address assigned to the call, e.g., "192.0.1.3"
+                                   or "2001:db8::1". */
 } RIL_Data_Call_Response;
 
 typedef struct {