I'm checking this in.
This fixes a javadoc typo I happened across.

Tom

Index: ChangeLog
from  Tom Tromey  <[EMAIL PROTECTED]>
        * java/net/Socket.java (bind): Typo fix.

Index: java/net/Socket.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/net/Socket.java,v
retrieving revision 1.60
diff -u -r1.60 Socket.java
--- java/net/Socket.java 25 Oct 2006 00:33:27 -0000 1.60
+++ java/net/Socket.java 12 Feb 2007 18:55:04 -0000
@@ -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 @@
   }
 
   /**
-   * 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
    *

Reply via email to