]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo in comment.
authorUlrich Drepper <drepper@gmail.com>
Sat, 9 Apr 2011 15:01:37 +0000 (11:01 -0400)
committerUlrich Drepper <drepper@gmail.com>
Sat, 9 Apr 2011 15:01:37 +0000 (11:01 -0400)
ChangeLog
NEWS
sysdeps/unix/sysv/linux/sys/syscall.h

index 7f67fce19c6d98e6665c4ed6cf82f3f624622b6e..a7989040aee20c5cccb24768fe12441d418b7fed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-04-09  Ulrich Drepper  <drepper@gmail.com>
+
+       [BZ #12655]
+       * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
+       Patch by Filipe David Manana <fdmanana@apache.org>.
+
 2011-04-07  Andreas Schwab  <schwab@redhat.com>
 
        * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
diff --git a/NEWS b/NEWS
index 23be0b3084b96ed8c8f2f4c0ffad62aba186e3ee..5126a65c6d6e8108b95f79d6c6bb4edc8edcf9a2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU C Library NEWS -- history of user-visible changes.  2011-4-1
+GNU C Library NEWS -- history of user-visible changes.  2011-4-9
 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc.
 See the end for copying conditions.
 
@@ -12,7 +12,7 @@ Version 2.14
 * The following bugs are resolved with this release:
 
   11724, 12445, 12454, 12460, 12469, 12489, 12509, 12510, 12518, 12583, 12587,
-  12597, 12631
+  12597, 12631, 12655
 \f
 Version 2.13
 
index 445ca3763938a49e1773cba83f84341bb4c7e1e4..0fd72d075ba4f96b5288b1b104710d4e5d1ef6a0 100644 (file)
@@ -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>