aboutsummaryrefslogtreecommitdiff
path: root/android/guava/src/com/google/common/net/HostAndPort.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/guava/src/com/google/common/net/HostAndPort.java')
-rw-r--r--android/guava/src/com/google/common/net/HostAndPort.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/guava/src/com/google/common/net/HostAndPort.java b/android/guava/src/com/google/common/net/HostAndPort.java
index a27eb65ff..0ec28198c 100644
--- a/android/guava/src/com/google/common/net/HostAndPort.java
+++ b/android/guava/src/com/google/common/net/HostAndPort.java
@@ -209,7 +209,7 @@ public final class HostAndPort implements Serializable {
/**
* Parses a bracketed host-port string, throwing IllegalArgumentException if parsing fails.
*
- * @param hostPortString the full bracketed host-port specification. Post might not be specified.
+ * @param hostPortString the full bracketed host-port specification. Port might not be specified.
* @return an array with 2 strings: host and port, in that order.
* @throws IllegalArgumentException if parsing the bracketed host-port string fails.
*/