summaryrefslogtreecommitdiffstats
path: root/libjava
diff options
context:
space:
mode:
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-26 21:44:26 +0000
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-26 21:44:26 +0000
commite29c0f12e2a017aa6b210f85fe699deaded69a5a (patch)
tree26fc574eba5dbb1051397ec59e191c6b9325b745 /libjava
parentb00c3894459d08a132a0d4067bf8bdbb854c69b6 (diff)
downloadppe42-gcc-e29c0f12e2a017aa6b210f85fe699deaded69a5a.tar.gz
ppe42-gcc-e29c0f12e2a017aa6b210f85fe699deaded69a5a.zip
2005-04-26 Michael Koch <konqueror@gmx.de>
* java/net/InetAddress.java: Fixed typos in javadocs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98791 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
-rw-r--r--libjava/ChangeLog5
-rw-r--r--libjava/java/net/InetAddress.java12
2 files changed, 11 insertions, 6 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index c0868e5e741..937031105cf 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-26 Michael Koch <konqueror@gmx.de>
+
+ * java/net/InetAddress.java:
+ Fixed typos in javadocs.
+
2005-04-26 Andrew Haley <aph@redhat.com>
PR libgcj/21020:
diff --git a/libjava/java/net/InetAddress.java b/libjava/java/net/InetAddress.java
index 9e4d02f68d5..9de34c1266c 100644
--- a/libjava/java/net/InetAddress.java
+++ b/libjava/java/net/InetAddress.java
@@ -1,5 +1,5 @@
/* InetAddress.java -- Class to model an Internet address
- Copyright (C) 1998, 1999, 2002, 2004 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -230,7 +230,7 @@ public class InetAddress implements Serializable
}
/**
- * Utility reoutine to check if InetAddress is a node local multicast address
+ * Utility routine to check if InetAddress is a node local multicast address.
*
* @since 1.4
*/
@@ -243,7 +243,7 @@ public class InetAddress implements Serializable
}
/**
- * Utility reoutine to check if InetAddress is a link local multicast address
+ * Utility routine to check if InetAddress is a link local multicast address.
*
* @since 1.4
*/
@@ -258,7 +258,7 @@ public class InetAddress implements Serializable
}
/**
- * Utility routine to check if InetAddress is a site local multicast address
+ * Utility routine to check if InetAddress is a site local multicast address.
*
* @since 1.4
*/
@@ -271,8 +271,8 @@ public class InetAddress implements Serializable
}
/**
- * Utility reoutine to check if InetAddress is a organization local
- * multicast address
+ * Utility routine to check if InetAddress is a organization local
+ * multicast address.
*
* @since 1.4
*/
OpenPOWER on IntegriCloud