summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfile01/test_extend.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxfile01/test_extend.c')
-rw-r--r--testsuites/psxtests/psxfile01/test_extend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxfile01/test_extend.c b/testsuites/psxtests/psxfile01/test_extend.c
index 3ab66c1410..bbc5b7b5d7 100644
--- a/testsuites/psxtests/psxfile01/test_extend.c
+++ b/testsuites/psxtests/psxfile01/test_extend.c
@@ -1,5 +1,5 @@
/*
- * A test support function which extends the file to the specified
+ * A test support function which extends the file to the specified
* length. This handles the implied open(), lseek(), write(), and close()
* operations.
*