summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/ChangeLog4
-rw-r--r--testsuites/psxtests/psx13/test.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index 2e6978f8ca..8cab1b0201 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,5 +1,9 @@
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().
2007-11-27 Glenn Humphrey <glenn.humphrey@OARcorp.com>
diff --git a/testsuites/psxtests/psx13/test.c b/testsuites/psxtests/psx13/test.c
index 8cfb3aa378..5f68577254 100644
--- a/testsuites/psxtests/psx13/test.c
+++ b/testsuites/psxtests/psx13/test.c
@@ -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.
*
* ---------------------------------------------------------------