diff options
author | Elliott Hughes <enh@google.com> | 2011-01-10 17:34:35 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2011-01-10 17:34:35 -0800 |
commit | a9c6c9013b08934867f71b69a90efce0c1b66918 (patch) | |
tree | 4fa79013697ef46b3ba97ee536bc3fc9a10718de /support/src/test/java/tests | |
parent | c8dde40c3c62ceb79fc0b62f445d9a539fd470d3 (diff) | |
download | libcore-a9c6c9013b08934867f71b69a90efce0c1b66918.zip libcore-a9c6c9013b08934867f71b69a90efce0c1b66918.tar.gz libcore-a9c6c9013b08934867f71b69a90efce0c1b66918.tar.bz2 |
Documentation improvements for socket options.
Bug: http://code.google.com/p/android/issues/detail?id=13898
Change-Id: I202a5404e7e828f074483a3f6365b4e3a941da7d
Diffstat (limited to 'support/src/test/java/tests')
-rw-r--r-- | support/src/test/java/tests/support/Support_NetworkInterface.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/src/test/java/tests/support/Support_NetworkInterface.java b/support/src/test/java/tests/support/Support_NetworkInterface.java index dcdaf00..b159430 100644 --- a/support/src/test/java/tests/support/Support_NetworkInterface.java +++ b/support/src/test/java/tests/support/Support_NetworkInterface.java @@ -22,7 +22,7 @@ import java.net.NetworkInterface; public class Support_NetworkInterface { /** - * On windows platforms with IPV6 enabled there are a number of pseudo + * On windows platforms with IPv6 enabled there are a number of pseudo * interfaces which don't work with our tests. This function is called to * make sure we only use the non-pseudo interfaces */ |