2007-12-13 Joel Sherrill <joel.sherrill@OARcorp.com>

* psx13/test.c: Fix spelling error.
This commit is contained in:
Joel Sherrill
2007-12-13 14:51:22 +00:00
parent a023333d10
commit 75b571311a
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-12-13 Joel Sherrill <joel.sherrill@OARcorp.com>
* psx13/test.c: Fix spelling error.
2007-12-13 Joel Sherrill <joel.sherrill@OARcorp.com>
* psxtime/test.c: Add tests for adjtime().

View File

@@ -425,7 +425,7 @@ int UTimeTest (void) {
* assumptions: pipe function available.
* actions: call pipe.
*
* returns: TRUE if pipe retuens ENOSYS,
* returns: TRUE if pipe returns ENOSYS,
* FALSE otherwise.
*
* ---------------------------------------------------------------