[klibc] [klibc:master] accept.c: fix file header

klibc-bot for H. Peter Anvin hpa at zytor.com
Tue Jan 26 15:51:02 PST 2016


Commit-ID:  b7536497ab08689ebe12c03558379982dc61ac0c
Gitweb:     http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=b7536497ab08689ebe12c03558379982dc61ac0c
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Tue, 26 Jan 2016 15:49:43 -0800
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Tue, 26 Jan 2016 15:49:43 -0800

[klibc] accept.c: fix file header

Correct the filename in the header.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>

---
 usr/klibc/accept.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr/klibc/accept.c b/usr/klibc/accept.c
index 3ae7bcd..6057544 100644
--- a/usr/klibc/accept.c
+++ b/usr/klibc/accept.c
@@ -1,5 +1,5 @@
 /*
- * pread.c
+ * accept.c
  *
  * Some architectures need to wrap the system call
  */


More information about the klibc mailing list