diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-04-09 11:01:37 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-04-09 11:01:37 -0400 |
commit | 38a7d692fc302518e2b10dbedff7841939044eca (patch) | |
tree | 5607e68b95063346704a43b0533eb8c12582c7c7 /sysdeps/unix/sysv/linux/sys | |
parent | e451d22b22c959a4dbf86dbc9f125985601473ab (diff) | |
download | glibc-38a7d692fc302518e2b10dbedff7841939044eca.tar.gz |
Fix typo in comment.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sys')
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/syscall.h | 4 |
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> |