Ver código fonte

libc/sysdeps: dup3: fix typo in comment

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger 11 anos atrás
pai
commit
4a8786ceef
1 arquivos alterados com 1 adições e 1 exclusões
  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>
  *