summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fslink
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-02 14:24:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-02 14:24:59 +0000
commit6fed43eabc0e78606cf80439c536a00be18fd743 (patch)
treef74fea0e1e6b46a7acea595ad70131a6b25f34df /testsuites/fstests/fslink
parent2011-08-02 Ricardo Aguirre <el.mastin@ymail.com> (diff)
downloadrtems-6fed43eabc0e78606cf80439c536a00be18fd743.tar.bz2
2011-08-02 Xiang Cui <medivhc@gmail.com>
* configure.ac, fserror/test.c, fslink/test.c, fspermission/test.c, fsrdwr/init.c, fssymlink/test.c, fstime/test.c, mdosfs_support/fs_config.h, mdosfs_support/fs_support.c, mimfs_support/fs_support.c, mrfs_support/fs_config.h, support/fstest.h, support/fstest_support.c, support/ramdisk_support.c, support/ramdisk_support.h: Perform first phase of clean up.
Diffstat (limited to 'testsuites/fstests/fslink')
-rw-r--r--testsuites/fstests/fslink/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/fstests/fslink/test.c b/testsuites/fstests/fslink/test.c
index a9df8ffd4b..f2d2922c97 100644
--- a/testsuites/fstests/fslink/test.c
+++ b/testsuites/fstests/fslink/test.c
@@ -65,7 +65,7 @@ void link_test01 (void)
rtems_test_assert (statbuf.st_nlink == 2);
/*
- * link the file and check the nlink
+ * link the file and check the nlink
*/
status = link (name1, name2);
rtems_test_assert (status == 0);