getloadavg: Don't clobber LIBS. Regression from previous commit.
[pspp] / lib / strptime.c
index 9e4394b883db6d769dc6e7dc16176fa702c4a470..6cf44bce424e44cdd117812c897f3e2790236e8c 100644 (file)
@@ -200,7 +200,7 @@ static void
 day_of_the_week (struct tm *tm)
 {
   /* We know that January 1st 1970 was a Thursday (= 4).  Compute the
-     the difference between this data in the one on TM and so determine
+     difference between this data in the one on TM and so determine
      the weekday.  */
   int corr_year = 1900 + tm->tm_year - (tm->tm_mon < 2);
   int wday = (-473