[klibc] fgets: remove obsolete comment

Remove obsolete comment about fgets() being super slow.  We have
buffered I/O now.  Note that fgets() certainly could be made faster by
getting data directly from the buffer rather than calling getc().

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
1 file changed