diff options
-rw-r--r-- | 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 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> * |