summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>1999-11-05 22:25:16 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>1999-11-05 22:25:16 +0000
commit089ad91debf09e107f4b42d7a4a1916f0c134c40 (patch)
tree2dc3a7414a657813ced455f8916e3e2432438faa
parentMoved imfs set handlers prototype to the imfs.h file. (diff)
downloadrtems-089ad91debf09e107f4b42d7a4a1916f0c134c40.tar.bz2
Fixed comment
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_rmnod.c2
-rw-r--r--c/src/lib/libc/imfs_rmnod.c2
-rw-r--r--c/src/libfs/src/imfs/imfs_rmnod.c2
-rw-r--r--cpukit/libfs/src/imfs/imfs_rmnod.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/c/src/exec/libfs/src/imfs/imfs_rmnod.c b/c/src/exec/libfs/src/imfs/imfs_rmnod.c
index 4707722e86..1eba836a58 100644
--- a/c/src/exec/libfs/src/imfs/imfs_rmnod.c
+++ b/c/src/exec/libfs/src/imfs/imfs_rmnod.c
@@ -56,7 +56,7 @@ int IMFS_rmnod(
if ( !rtems_libio_is_file_open( the_jnode ) && (the_jnode->st_nlink < 1) ) {
/*
- * Is the rtems_filesystem_current is this node?
+ * Is rtems_filesystem_current this node?
*/
if ( rtems_filesystem_current.node_access == pathloc->node_access )
diff --git a/c/src/lib/libc/imfs_rmnod.c b/c/src/lib/libc/imfs_rmnod.c
index 4707722e86..1eba836a58 100644
--- a/c/src/lib/libc/imfs_rmnod.c
+++ b/c/src/lib/libc/imfs_rmnod.c
@@ -56,7 +56,7 @@ int IMFS_rmnod(
if ( !rtems_libio_is_file_open( the_jnode ) && (the_jnode->st_nlink < 1) ) {
/*
- * Is the rtems_filesystem_current is this node?
+ * Is rtems_filesystem_current this node?
*/
if ( rtems_filesystem_current.node_access == pathloc->node_access )
diff --git a/c/src/libfs/src/imfs/imfs_rmnod.c b/c/src/libfs/src/imfs/imfs_rmnod.c
index 4707722e86..1eba836a58 100644
--- a/c/src/libfs/src/imfs/imfs_rmnod.c
+++ b/c/src/libfs/src/imfs/imfs_rmnod.c
@@ -56,7 +56,7 @@ int IMFS_rmnod(
if ( !rtems_libio_is_file_open( the_jnode ) && (the_jnode->st_nlink < 1) ) {
/*
- * Is the rtems_filesystem_current is this node?
+ * Is rtems_filesystem_current this node?
*/
if ( rtems_filesystem_current.node_access == pathloc->node_access )
diff --git a/cpukit/libfs/src/imfs/imfs_rmnod.c b/cpukit/libfs/src/imfs/imfs_rmnod.c
index 4707722e86..1eba836a58 100644
--- a/cpukit/libfs/src/imfs/imfs_rmnod.c
+++ b/cpukit/libfs/src/imfs/imfs_rmnod.c
@@ -56,7 +56,7 @@ int IMFS_rmnod(
if ( !rtems_libio_is_file_open( the_jnode ) && (the_jnode->st_nlink < 1) ) {
/*
- * Is the rtems_filesystem_current is this node?
+ * Is rtems_filesystem_current this node?
*/
if ( rtems_filesystem_current.node_access == pathloc->node_access )