Fix formatting in last change
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 14 Mar 2013 02:48:48 +0000 (08:18 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 14 Mar 2013 02:48:48 +0000 (08:18 +0530)
ChangeLog
sysdeps/unix/sysv/linux/times.c

index 9e7be29278bd7725bf1171cc2ef33014d5fa3c8a..fced6c04ed606ba96f67c33f2da3ad50bef30fb1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+       * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
+
 2013-03-14  Petr Baudis  <pasky@ucw.cz>
 
        * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
index e59bb4ed6da452028e9e152deb44d129ea823938..2a5caf2cd107c0e830886d93eec0fe2a0fc1d4ae 100644 (file)
@@ -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.  */
     }