1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

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

@ -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