about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sys
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-04-09 11:01:37 -0400
committerUlrich Drepper <drepper@gmail.com>2011-04-09 11:01:37 -0400
commit38a7d692fc302518e2b10dbedff7841939044eca (patch)
tree5607e68b95063346704a43b0533eb8c12582c7c7 /sysdeps/unix/sysv/linux/sys
parente451d22b22c959a4dbf86dbc9f125985601473ab (diff)
downloadglibc-38a7d692fc302518e2b10dbedff7841939044eca.tar.gz
glibc-38a7d692fc302518e2b10dbedff7841939044eca.tar.xz
glibc-38a7d692fc302518e2b10dbedff7841939044eca.zip
Fix typo in comment.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sys')
-rw-r--r--sysdeps/unix/sysv/linux/sys/syscall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/syscall.h b/sysdeps/unix/sysv/linux/sys/syscall.h
index 445ca37639..0fd72d075b 100644
--- a/sysdeps/unix/sysv/linux/sys/syscall.h
+++ b/sysdeps/unix/sysv/linux/sys/syscall.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996, 1997, 2011 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -19,7 +19,7 @@
 #ifndef _SYSCALL_H
 #define _SYSCALL_H	1
 
-/* This file should list the numbers of the system the system knows.
+/* This file should list the numbers of the system calls the system knows.
    But instead of duplicating this we use the information available
    from the kernel sources.  */
 #include <asm/unistd.h>