--- /home/cpdev/src/classpath/javax/swing/plaf/basic/BasicComboBoxEditor.java	2005-07-08 17:32:49.000000000 +0000
+++ javax/swing/plaf/basic/BasicComboBoxEditor.java	2005-06-30 05:35:18.000000000 +0000
@@ -1,5 +1,5 @@
 /* BasicComboBoxEditor.java --
-   Copyright (C) 2004, 2005  Free Software Foundation, Inc.
+   Copyright (C) 2004  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -81,13 +81,13 @@
   }
 
   /**
-   * Sets item that should be edited when any editing operation is performed
+   * Sets item that should be editted when any editting operation is performed
    * by the user. The value is always equal to the currently selected value
    * in the combo box. Thus whenever a different value is selected from the
-   * combo box list then this method should be  called to change editing
+   * combo box list then this method should be  called to change editting
    * item to the new selected item.
    *
-   * @param item item that is currently selected in the combo box
+   * @param selectedItem item that is currently selected in the combo box
    */
   public void setItem(Object item)
   {
