This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/12655] New: fix a comment in sysdeps/unix/sysv/linux/sys/syscall.h


http://sourceware.org/bugzilla/show_bug.cgi?id=12655

           Summary: fix a comment in sysdeps/unix/sysv/linux/sys/syscall.h
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: libc
        AssignedTo: drepper.fsp@gmail.com
        ReportedBy: fdmanana@apache.org


Created attachment 5656
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5656
Patch

A phrase in a comment from sysdeps/unix/sysv/linux/sys/syscall.h doesn't make
much sense. In my opinion it misses the word "calls".
Patch attached, and made against the latest source. Thanks.


>From 24cb2c37bb0201ab73c4d4e924c64aff1194bd6d Mon Sep 17 00:00:00 2001
From: Filipe David Manana <fdmanana@apache.org>
Date: Fri, 8 Apr 2011 20:19:00 +0100
Subject: [PATCH] Added missing word "calls" in the comment

---
 sysdeps/unix/sysv/linux/sys/syscall.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/sys/syscall.h
b/sysdeps/unix/sysv/linux/sys/syscall.h
index 445ca37..3270294 100644
--- a/sysdeps/unix/sysv/linux/sys/syscall.h
+++ b/sysdeps/unix/sysv/linux/sys/syscall.h
@@ -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>
-- 
1.7.1

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]