From: Tom Tromey Date: Thu, 19 Aug 2004 09:19:58 +0000 (+0000) Subject: DatagramSocket.java: Fixed typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=476a918f8c45c44de2c13ced19a850c8afd2be1d;p=gcc.git DatagramSocket.java: Fixed typo. 2004-08-19 Tom Tromey * java/net/DatagramSocket.java: Fixed typo. From-SVN: r86244 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index ec269b0b495..d47cb4c0264 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +2004-08-19 Tom Tromey + + * java/net/DatagramSocket.java: Fixed typo. + 2004-08-18 Bryce McKinlay PR libgcj/17081 diff --git a/libjava/java/net/DatagramSocket.java b/libjava/java/net/DatagramSocket.java index d29d1223498..c84efdaf2cd 100644 --- a/libjava/java/net/DatagramSocket.java +++ b/libjava/java/net/DatagramSocket.java @@ -554,7 +554,7 @@ public class DatagramSocket * @exception IllegalBlockingModeException If this socket has an associated * channel, and the channel is in non-blocking mode. * @exception SecurityException If a security manager exists and its - * checkAccept ethod doesn't allow the receive. + * checkAccept method doesn't allow the receive. */ public synchronized void receive(DatagramPacket p) throws IOException {