From c34ac29529390ccab904ce026a36dd8af02bf785 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 15 Nov 2000 21:41:04 +0000 Subject: 2000-11-13 Joel Sherrill * psxmount/psxmount.scn, psxmount/test.c: Correct spelling. --- c/src/tests/psxtests/ChangeLog | 4 ++++ c/src/tests/psxtests/psxmount/psxmount.scn | 2 +- c/src/tests/psxtests/psxmount/test.c | 2 +- testsuites/psxtests/ChangeLog | 4 ++++ testsuites/psxtests/psxmount/psxmount.scn | 2 +- testsuites/psxtests/psxmount/test.c | 2 +- 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 + + * psxmount/psxmount.scn, psxmount/test.c: Correct spelling. + 2000-11-09 Ralf Corsepius * 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 + + * psxmount/psxmount.scn, psxmount/test.c: Correct spelling. + 2000-11-09 Ralf Corsepius * 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, -- cgit v1.2.3