Changeset c34ac295 in rtems


Ignore:
Timestamp:
11/15/00 21:41:04 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5a6cfac
Parents:
ca406082
Message:

2000-11-13 Joel Sherrill <joel@…>

  • psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/psxtests/ChangeLog

    rca406082 rc34ac295  
     12000-11-13      Joel Sherrill <joel@OARcorp.com>
     2
     3        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
     4
    152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/tests/psxtests/psxmount/psxmount.scn

    rca406082 rc34ac295  
    6060Read only file system successfully mounted at /c/y/my_mount_point
    6161create c/y/my_mount_point/../../y/my_mount_point/new_dir
    62 Verify a mount point retruns EBUSY for another mount
     62Verify a mount point returns EBUSY for another mount
    6363Mount on a file should fail with ENOTDIR
    6464Create and chdir to /c/y/my_mount_point/mydir
  • c/src/tests/psxtests/psxmount/test.c

    rca406082 rc34ac295  
    274274   */
    275275
    276   printf("Verify a mount point retruns EBUSY for another mount\n");
     276  printf("Verify a mount point returns EBUSY for another mount\n");
    277277  status = mount(
    278278     &mt_entry,
  • testsuites/psxtests/ChangeLog

    rca406082 rc34ac295  
     12000-11-13      Joel Sherrill <joel@OARcorp.com>
     2
     3        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
     4
    152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • testsuites/psxtests/psxmount/psxmount.scn

    rca406082 rc34ac295  
    6060Read only file system successfully mounted at /c/y/my_mount_point
    6161create c/y/my_mount_point/../../y/my_mount_point/new_dir
    62 Verify a mount point retruns EBUSY for another mount
     62Verify a mount point returns EBUSY for another mount
    6363Mount on a file should fail with ENOTDIR
    6464Create and chdir to /c/y/my_mount_point/mydir
  • testsuites/psxtests/psxmount/test.c

    rca406082 rc34ac295  
    274274   */
    275275
    276   printf("Verify a mount point retruns EBUSY for another mount\n");
     276  printf("Verify a mount point returns EBUSY for another mount\n");
    277277  status = mount(
    278278     &mt_entry,
Note: See TracChangeset for help on using the changeset viewer.