summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-01-26 13:18:06 -0500
committerMike Frysinger <vapier@gentoo.org>2013-01-26 13:18:06 -0500
commit4a8786ceef8c82d1ffa13cbac983b12f0afc0271 (patch)
treea4795905d21ba59335bc0927b3fa50751a3c2c78 /libc
parent9591091f150e8a86c47efbea5def21fa67fffb07 (diff)
libc/sysdeps: dup3: fix typo in comment
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/common/dup3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/dup3.c b/libc/sysdeps/linux/common/dup3.c
index 8a5778577..0472dd3be 100644
--- a/libc/sysdeps/linux/common/dup3.c
+++ b/libc/sysdeps/linux/common/dup3.c
@@ -1,6 +1,6 @@
/* vi: set sw=4 ts=4: */
/*
- * dup2() for uClibc
+ * dup3() for uClibc
*
* Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
*