Fix comment in kernel-features.h.

Use "was" not "were."
This commit is contained in:
Carlos O'Donell 2014-02-05 10:33:42 -05:00
parent f877c4f2bf
commit 27e839f6f0
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2014-02-05 Carlos O'Donell <carlos@rehdat.com>
* sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
* sysdeps/unix/sysv/linux/kernel-features.h
[__LINUX_KERNEL_VERSION >= 0x020621]
(__ASSUME_PROC_PID_TASK_COMM): Define.

View File

@ -202,7 +202,7 @@
# define __ASSUME_RECVMMSG 1
#endif
/* Support for /proc/self/task/$tid/comm and /proc/$pid/task/$tid/comm were
/* Support for /proc/self/task/$tid/comm and /proc/$pid/task/$tid/comm was
added in 2.6.33. */
#if __LINUX_KERNEL_VERSION >= 0x020621
# define __ASSUME_PROC_PID_TASK_COMM 1