summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/rfs/rtems-rfs-file.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/rfs/rtems-rfs-file.h')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-file.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-file.h b/cpukit/libfs/src/rfs/rtems-rfs-file.h
index 54a2187df3..284e6273d8 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-file.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-file.h
@@ -55,9 +55,9 @@ typedef struct _rtems_rfs_file_shared
* map.
*/
rtems_rfs_block_map map;
-
+
/**
- * The size of the file as taken from the inode. The map's size and
+ * The size of the file as taken from the inode. The map's size and
* this size should be the same.
*/
rtems_rfs_block_size size;
@@ -152,7 +152,7 @@ rtems_rfs_file_shared_get_block_offset (rtems_rfs_file_shared* shared)
* @oaram shared The shared file data.
* @return rtems_rfs_pos The data size in bytes.
*/
-static inline rtems_rfs_pos
+static inline rtems_rfs_pos
rtems_rfs_file_shared_get_size (rtems_rfs_file_system* fs,
rtems_rfs_file_shared* shared)
{