aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2016-01-26 15:49:43 -0800
committerH. Peter Anvin <hpa@zytor.com>2016-01-26 15:49:43 -0800
commitb7536497ab08689ebe12c03558379982dc61ac0c (patch)
tree63c7d6c273ad8f35c403626578e0b6c0f5ab8a46
parent26e26f48cf9255c44514b8d36e351ecf3c6260b2 (diff)
downloadklibc-b7536497ab08689ebe12c03558379982dc61ac0c.tar.gz
[klibc] accept.c: fix file header
Correct the filename in the header. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--usr/klibc/accept.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/klibc/accept.c b/usr/klibc/accept.c
index 3ae7bcd68a372..60575446f0f92 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
*/