aboutsummaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_filedup2.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/fs_filedup2.c')
-rw-r--r--nuttx/fs/fs_filedup2.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/fs/fs_filedup2.c b/nuttx/fs/fs_filedup2.c
index 0e785ca48..d064aa08b 100644
--- a/nuttx/fs/fs_filedup2.c
+++ b/nuttx/fs/fs_filedup2.c
@@ -1,7 +1,7 @@
/****************************************************************************
* fs/fs_filedup2.c
*
- * Copyright (C) 2007-2009, 2011 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2009, 2011-2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -64,13 +64,13 @@
****************************************************************************/
/****************************************************************************
- * Name: file_dup2
+ * Name: file_dup2 OR dup2
*
* Description:
- * Clone a file descriptor or socket descriptor to a specific descriptor
- * number. If socket descriptors are implemented, then this is called by
- * dup2() for the case of file descriptors. If socket descriptors are not
- * implemented, then this function IS dup2().
+ * Clone a file descriptor to a specific descriptor number. If socket
+ * descriptors are implemented, then this is called by dup2() for the
+ * case of file descriptors. If socket descriptors are not implemented,
+ * then this function IS dup2().
*
****************************************************************************/