summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2007-02-12 18:56:47 +0000
committerTom Tromey <tromey@redhat.com>2007-02-12 18:56:47 +0000
commit898d45fed828c53f3e6c10b1db9978d541788f70 (patch)
treea191021aeaf17246f82aef0f1f41034ed33de763 /java
parentfa911d0edf35398c986c80258016a2b26e62691c (diff)
downloadclasspath-898d45fed828c53f3e6c10b1db9978d541788f70.tar.gz
* java/net/Socket.java (bind): Typo fix.
Diffstat (limited to 'java')
-rw-r--r--java/net/Socket.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/net/Socket.java b/java/net/Socket.java
index f4f25fe1c..2160a64ce 100644
--- a/java/net/Socket.java
+++ b/java/net/Socket.java
@@ -1,5 +1,5 @@
/* Socket.java -- Client socket implementation
- Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2006
+ Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2006, 2007
Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -330,7 +330,7 @@ public class Socket
}
/**
- * Binds the socket to the givent local address/port
+ * Binds the socket to the given local address/port
*
* @param bindpoint The address/port to bind to
*