Index: java/lang/ref/Reference.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/lang/ref/Reference.java,v retrieving revision 1.5 diff -u -b -B -r1.5 Reference.java --- java/lang/ref/Reference.java 20 Aug 2003 14:18:45 -0000 1.5 +++ java/lang/ref/Reference.java 10 Feb 2004 21:37:35 -0000 @@ -40,7 +40,7 @@ /** * This is the base class of all references. A reference allows - * refering to an object without preventing the garbage collector from + * refering to an object without preventing the garbage collector to * collect it. The only way to get the referred object is via the * get()-method. This method will return * null if the object was collected.