[git commit] libc/sysdeps: dup3: fix typo in comment
Mike Frysinger
vapier at gentoo.org
Sat Jan 26 18:18:06 UTC 2013
commit: http://git.uclibc.org/uClibc/commit/?id=4a8786ceef8c82d1ffa13cbac983b12f0afc0271
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
libc/sysdeps/linux/common/dup3.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libc/sysdeps/linux/common/dup3.c b/libc/sysdeps/linux/common/dup3.c
index 8a57785..0472dd3 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 at uclibc.org>
*
More information about the uClibc-cvs
mailing list