--- /home/cpdev/src/classpath/java/util/SimpleTimeZone.java	2005-07-05 17:33:10.000000000 +0000
+++ java/util/SimpleTimeZone.java	2005-06-30 05:34:50.000000000 +0000
@@ -50,7 +50,7 @@
  * lying in the AD era.
  *
  * @see Calendar
- * @see GregorianCalendar
+ * @see GregorianCalender
  * @author Jochen Hoenicke
  */
 public class SimpleTimeZone extends TimeZone
@@ -126,7 +126,7 @@
 
   /**
    * This variable can have different meanings.  See startMode for details
-   * @see #startMode
+   * @see #startMode;
    * @serial
    */
   private int startDay;
@@ -135,7 +135,7 @@
    * This variable specifies the day of week the change takes place.  If
    * startMode == DOM_MODE, this is undefined.
    * @serial
-   * @see #startMode
+   * @see #startMode;
    */
   private int startDayOfWeek;
 
@@ -173,7 +173,7 @@
   /**
    * This variable can have different meanings.  See startMode for details
    * @serial
-   * @see #startMode
+   * @see #startMode;
    */
   private int endDay;
 
@@ -181,7 +181,7 @@
    * This variable specifies the day of week the change takes place.  If
    * endMode == DOM_MODE, this is undefined.
    * @serial
-   * @see #startMode
+   * @see #startMode;
    */
   private int endDayOfWeek;
 
@@ -309,13 +309,13 @@
    * @param id  The identifier of this time zone.
    * @param startMonth The start month of daylight savings; use the
    * constants in Calendar.
-   * @param startDayOfWeekInMonth A day in month or a day of week number, as
+   * @param startday A day in month or a day of week number, as
    * described above.
    * @param startDayOfWeek The start rule day of week; see above.
    * @param startTime A time in millis in standard time.
    * @param endMonth The end month of daylight savings; use the
    * constants in Calendar.
-   * @param endDayOfWeekInMonth A day in month or a day of week number, as
+   * @param endday A day in month or a day of week number, as
    * described above.
    * @param endDayOfWeek The end rule day of week; see above.
    * @param endTime A time in millis in standard time.
@@ -561,7 +561,7 @@
    * @param day A day in month, or a day of week in month.
    * @param dayOfWeek A day of week, when daylight savings ends.
    * @param time A time in millis in standard time.
-   * @see #setStartRule(int, int, int, int)
+   * @see #setStartRule
    */
   public void setEndRule(int month, int day, int dayOfWeek, int time)
   {
@@ -601,7 +601,7 @@
    * @param after If true, day and dayOfWeek specify first day of week on or
    * after day, else first day of week on or before.
    * @since 1.2
-   * @see #setStartRule(int, int, int, int, boolean)
+   * @see #setStartRule
    */
   public void setEndRule(int month, int day, int dayOfWeek, int time,
                          boolean after)
@@ -637,8 +637,9 @@
    *
    * @param month The end month of daylight savings.
    * @param day A day in month, or a day of week in month.
+   * @param dayOfWeek A day of week, when daylight savings ends.
    * @param time A time in millis in standard time.
-   * @see #setStartRule(int, int, int)
+   * @see #setStartRule
    */
   public void setEndRule(int month, int day, int time)
   {
