From: Siddhesh Poyarekar Date: Thu, 14 Mar 2013 02:48:48 +0000 (+0530) Subject: Fix formatting in last change X-Git-Tag: glibc-2.18~539 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e25cfa60057364e8bb6e5340b26ac21341fa4953;p=thirdparty%2Fglibc.git Fix formatting in last change --- diff --git a/ChangeLog b/ChangeLog index 9e7be29278b..fced6c04ed6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-03-14 Siddhesh Poyarekar + + * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting. + 2013-03-14 Petr Baudis * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test diff --git a/sysdeps/unix/sysv/linux/times.c b/sysdeps/unix/sysv/linux/times.c index e59bb4ed6da..2a5caf2cd10 100644 --- a/sysdeps/unix/sysv/linux/times.c +++ b/sysdeps/unix/sysv/linux/times.c @@ -46,7 +46,7 @@ __times (struct tms *buf) touch (buf->tms_cstime); /* If we come here the memory is valid (or BUF is NULL, which is - * a valid condition for the kernel syscall) and the kernel did not + a valid condition for the kernel syscall) and the kernel did not return an EFAULT error. Return the value given by the kernel. */ }