summaryrefslogtreecommitdiff
path: root/nuttx/include/dirent.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/dirent.h')
-rw-r--r--nuttx/include/dirent.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/nuttx/include/dirent.h b/nuttx/include/dirent.h
index 049b621a6..1eea999a1 100644
--- a/nuttx/include/dirent.h
+++ b/nuttx/include/dirent.h
@@ -2,7 +2,7 @@
* include/dirent.h
*
* Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -69,10 +69,9 @@
* Public Type Definitions
****************************************************************************/
-/* The POSIX specification requires that the caller of readdir_r
- * provide storage "large enough for a dirent with the d_name
- * member and an array of char containing at least {NAME_MAX}
- * plus one elements.
+/* The POSIX specification requires that the caller of readdir_r provide
+ * storage "large enough for a dirent with the d_name member and an array
+ * of char containing at least {NAME_MAX} plus one elements.
*/
struct dirent