Index: java/io/File.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/io/File.java,v retrieving revision 1.44 diff -u -r1.44 File.java --- java/io/File.java 30 Apr 2004 20:21:31 -0000 1.44 +++ java/io/File.java 5 May 2004 11:13:01 -0000 @@ -421,7 +421,7 @@ * This method returns a File object representing the parent * file of this one. * - * @param A File for the parent of this object. + * @return a File for the parent of this object. * null * will be returned if this object does not have a parent. *