2000-11-13 Joel Sherrill <joel@OARcorp.com>

* psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
This commit is contained in:
Joel Sherrill
2000-11-15 21:41:04 +00:00
parent ca4060826d
commit c34ac29529
6 changed files with 12 additions and 4 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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,