about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/times.c
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-03-14 08:18:48 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-03-14 08:18:48 +0530
commite25cfa60057364e8bb6e5340b26ac21341fa4953 (patch)
tree3346a7a4d69caf4dcae3f36522b27b182da7426d /sysdeps/unix/sysv/linux/times.c
parent58a1335e76a553e1cf4edeebc27f16fc9b53d6e6 (diff)
downloadglibc-e25cfa60057364e8bb6e5340b26ac21341fa4953.tar.gz
glibc-e25cfa60057364e8bb6e5340b26ac21341fa4953.tar.xz
glibc-e25cfa60057364e8bb6e5340b26ac21341fa4953.zip
Fix formatting in last change
Diffstat (limited to 'sysdeps/unix/sysv/linux/times.c')
-rw-r--r--sysdeps/unix/sysv/linux/times.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/times.c b/sysdeps/unix/sysv/linux/times.c
index e59bb4ed6d..2a5caf2cd1 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.  */
     }