summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs_load_tar.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-11-06 12:44:24 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-11-06 12:44:24 +0000
commit66b8047e52d02c9d440d3b95acc29f7db6ba0883 (patch)
treeafd34d1fc81f3ae2b21023e514fb4eaa95b4f61a /cpukit/libfs/src/imfs/imfs_load_tar.c
parent2011-11-06 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-66b8047e52d02c9d440d3b95acc29f7db6ba0883.tar.bz2
Remove stray whitespaces.
Diffstat (limited to 'cpukit/libfs/src/imfs/imfs_load_tar.c')
-rw-r--r--cpukit/libfs/src/imfs/imfs_load_tar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libfs/src/imfs/imfs_load_tar.c b/cpukit/libfs/src/imfs/imfs_load_tar.c
index 3cb3c4e195..69c69c3e6d 100644
--- a/cpukit/libfs/src/imfs/imfs_load_tar.c
+++ b/cpukit/libfs/src/imfs/imfs_load_tar.c
@@ -19,7 +19,7 @@
* Directories from the TAR file are created as usual in the IMFS.
* File entries are created as IMFS_LINEAR_FILE nodes with their nods
* pointing to addresses in the TAR image.
- */
+ */
#include <sys/types.h>
#include <sys/stat.h>
@@ -160,7 +160,7 @@ int rtems_tarfs_load(
* IMFS_create_node was ONLY passed a NULL when we created the
* root node. We added a new IMFS_create_root_node() so this
* path no longer existed. The result was simpler code which
- * should not have this path.
+ * should not have this path.
*/
else if (linkflag == REGTYPE) {
const char *name;