summaryrefslogtreecommitdiff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2014-02-05 10:33:42 -0500
committerCarlos O'Donell <carlos@redhat.com>2014-02-05 10:33:42 -0500
commit27e839f6f068b6109c6bf2f634f4426b48723218 (patch)
treefe37f7408047181803bad1142cd508310e1109c8 /sysdeps/unix
parentf877c4f2bf2ebc9ecd3e099e33fc4184f4fcac1a (diff)
Fix comment in kernel-features.h.
Use "was" not "were."
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/kernel-features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h
index aabf69d64c..784f4dd491 100644
--- a/sysdeps/unix/sysv/linux/kernel-features.h
+++ b/sysdeps/unix/sysv/linux/kernel-features.h
@@ -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