Explorar o código

libc/sysdeps: dup3: fix typo in comment

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger %!s(int64=11) %!d(string=hai) anos
pai
achega
4a8786ceef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libc/sysdeps/linux/common/dup3.c

+ 1 - 1
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>
  *