mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
Fixed little typo.
From-SVN: r71900
This commit is contained in:
@@ -145,7 +145,7 @@ public class InetAddress implements Serializable
|
||||
return (addr [0] & 0xF0) == 0xE0;
|
||||
|
||||
// Mask against high order bits of 11111111
|
||||
if (addr.lenth == 16)
|
||||
if (addr.length == 16)
|
||||
return addr [0] == (byte) 0xFF;
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user