summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/tests/psxtests/ChangeLog4
-rw-r--r--c/src/tests/psxtests/psxmount/psxmount.scn2
-rw-r--r--c/src/tests/psxtests/psxmount/test.c2
-rw-r--r--testsuites/psxtests/ChangeLog4
-rw-r--r--testsuites/psxtests/psxmount/psxmount.scn2
-rw-r--r--testsuites/psxtests/psxmount/test.c2
6 files changed, 12 insertions, 4 deletions
diff --git a/c/src/tests/psxtests/ChangeLog b/c/src/tests/psxtests/ChangeLog
index 3e454646a7..4a71eea580 100644
--- a/c/src/tests/psxtests/ChangeLog
+++ b/c/src/tests/psxtests/ChangeLog
@@ -1,3 +1,7 @@
+2000-11-13 Joel Sherrill <joel@OARcorp.com>
+
+ * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
+
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
diff --git a/c/src/tests/psxtests/psxmount/psxmount.scn b/c/src/tests/psxtests/psxmount/psxmount.scn
index 76ccf822ca..4ffae19bc1 100644
--- a/c/src/tests/psxtests/psxmount/psxmount.scn
+++ b/c/src/tests/psxtests/psxmount/psxmount.scn
@@ -59,7 +59,7 @@ mount with option of -62 should fail with EINVAL
Mount a Read Only filesystem at /c/y/my_mount_point
Read only file system successfully mounted at /c/y/my_mount_point
create c/y/my_mount_point/../../y/my_mount_point/new_dir
-Verify a mount point retruns EBUSY for another mount
+Verify a mount point returns EBUSY for another mount
Mount on a file should fail with ENOTDIR
Create and chdir to /c/y/my_mount_point/mydir
unmount of /c/y/my_mount_point should fail with EBUSY
diff --git a/c/src/tests/psxtests/psxmount/test.c b/c/src/tests/psxtests/psxmount/test.c
index 567efe32e1..36b0417121 100644
--- a/c/src/tests/psxtests/psxmount/test.c
+++ b/c/src/tests/psxtests/psxmount/test.c
@@ -273,7 +273,7 @@ int main(
* Attempt to mount a second file system at a used mount point.
*/
- printf("Verify a mount point retruns EBUSY for another mount\n");
+ printf("Verify a mount point returns EBUSY for another mount\n");
status = mount(
&mt_entry,
&IMFS_ops,
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index 3e454646a7..4a71eea580 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,3 +1,7 @@
+2000-11-13 Joel Sherrill <joel@OARcorp.com>
+
+ * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
+
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
diff --git a/testsuites/psxtests/psxmount/psxmount.scn b/testsuites/psxtests/psxmount/psxmount.scn
index 76ccf822ca..4ffae19bc1 100644
--- a/testsuites/psxtests/psxmount/psxmount.scn
+++ b/testsuites/psxtests/psxmount/psxmount.scn
@@ -59,7 +59,7 @@ mount with option of -62 should fail with EINVAL
Mount a Read Only filesystem at /c/y/my_mount_point
Read only file system successfully mounted at /c/y/my_mount_point
create c/y/my_mount_point/../../y/my_mount_point/new_dir
-Verify a mount point retruns EBUSY for another mount
+Verify a mount point returns EBUSY for another mount
Mount on a file should fail with ENOTDIR
Create and chdir to /c/y/my_mount_point/mydir
unmount of /c/y/my_mount_point should fail with EBUSY
diff --git a/testsuites/psxtests/psxmount/test.c b/testsuites/psxtests/psxmount/test.c
index 567efe32e1..36b0417121 100644
--- a/testsuites/psxtests/psxmount/test.c
+++ b/testsuites/psxtests/psxmount/test.c
@@ -273,7 +273,7 @@ int main(
* Attempt to mount a second file system at a used mount point.
*/
- printf("Verify a mount point retruns EBUSY for another mount\n");
+ printf("Verify a mount point returns EBUSY for another mount\n");
status = mount(
&mt_entry,
&IMFS_ops,