[rtems commit] rtems/confdefs.h: Fix typo

Joel Sherrill joel at rtems.org
Wed Jun 19 16:04:08 UTC 2019


Module:    rtems
Branch:    master
Commit:    373cd1c545a6eb431c0b8a2cfa42890a1b4e4b49
Changeset: http://git.rtems.org/rtems/commit/?id=373cd1c545a6eb431c0b8a2cfa42890a1b4e4b49

Author:    Joel Sherrill <joel at rtems.org>
Date:      Wed May 22 09:29:33 2019 -0500

rtems/confdefs.h: Fix typo

---

 cpukit/include/rtems/confdefs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/include/rtems/confdefs.h b/cpukit/include/rtems/confdefs.h
index 066919a..5bda122 100644
--- a/cpukit/include/rtems/confdefs.h
+++ b/cpukit/include/rtems/confdefs.h
@@ -258,7 +258,7 @@ extern rtems_initialization_tasks_table Initialization_tasks[];
  *    - If CONFIGURE_APPLICATION_DISABLE_FILESYSTEM is defined all filesystems
  *      are disabled by force.
  *
- *    - If CONFIGURE_USE_DEV_AS_BASE_FILESYSTEM is defined all filesystems
+ *    - If CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM is defined all filesystems
  *      are disabled by force and DEVFS is defined.
  */
 /**@{*/



More information about the vc mailing list