Merge "Fix a minor documentation bug in TrafficStats."
diff --git a/core/java/android/net/TrafficStats.java b/core/java/android/net/TrafficStats.java
index 0492fce..d143243 100644
--- a/core/java/android/net/TrafficStats.java
+++ b/core/java/android/net/TrafficStats.java
@@ -219,7 +219,7 @@
public static native long getUidTcpTxSegments(int uid);
/**
- * Get the number of TCP payload bytes received for this UID.
+ * Get the number of TCP segments received for this UID.
* Does not include TCP control packets (SYN/ACKs/FIN/..).
* The statistics are across all interfaces.
*