summaryrefslogtreecommitdiff
path: root/cpukit/libfs/src/rfs/rtems-rfs-link.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-10 13:22:57 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-10 17:06:47 -0600
commitff1becb6e755e866786c9fe04feeb2fabe090b36 (patch)
treefdc8fcba992071017523ff436374d8c988648646 /cpukit/libfs/src/rfs/rtems-rfs-link.c
parent5cb175bb52ca87c80acb0fe103d85791ce74eb1d (diff)
rfs: Doxygen group cannot have a dash in it
Change rtems-rfs to rtems_rfs
Diffstat (limited to 'cpukit/libfs/src/rfs/rtems-rfs-link.c')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-link.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-link.c b/cpukit/libfs/src/rfs/rtems-rfs-link.c
index 225a37fac9..7cfb60acbb 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-link.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-link.c
@@ -2,7 +2,7 @@
* @file
*
* @brief RTEMS File Systems Link Routines
- * @ingroup rtems-rfs
+ * @ingroup rtems_rfs
*
* These functions manage links. A link is the addition of a directory entry
* in a parent directory and incrementing the links count in the inode.