Index: history.c
===================================================================
RCS file: /cvs/src/bin/ksh/history.c,v
retrieving revision 1.37
diff -u -p -r1.37 history.c
--- history.c 2 Jul 2009 16:29:15 -0000 1.37
+++ history.c 1 May 2010 09:47:05 -0000
@@ -397,7 +397,7 @@ hist_get_newest(int allow_cur)
return histptr - 1;
}
-/* Return a pointer to the newest command in the history */
+/* Return a pointer to the oldest command in the history */
static char **
hist_get_oldest(void)
{- comment fix for bin/ksh/history.c Dawe
- Re: comment fix for bin/ksh/history.c Philip Guenther
