Re: comment fix for bin/ksh/history.c

2010-05-01 Thread Philip Guenther
On Sat, May 1, 2010 at 2:51 AM, Dawe wrote: > -/* 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) Committed; thanks! Philip Guenther

comment fix for bin/ksh/history.c

2010-05-01 Thread Dawe
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 - 1.37 +++ history.c 1 May 2010 09:47:05 - @@ -397,7 +397,7 @@ hist_ge