summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/test/test_option_s.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tar/test/test_option_s.c')
-rw-r--r--usr.bin/tar/test/test_option_s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/test/test_option_s.c b/usr.bin/tar/test/test_option_s.c
index 1059066..c9a6899 100644
--- a/usr.bin/tar/test/test_option_s.c
+++ b/usr.bin/tar/test/test_option_s.c
@@ -44,7 +44,7 @@ DEFINE_TEST(test_option_s)
{
struct stat st;
- /* Create a sample file heirarchy. */
+ /* Create a sample file hierarchy. */
assertEqualInt(0, mkdir("in", 0755));
assertEqualInt(0, mkdir("in/d1", 0755));
assertEqualInt(0, mkfile("in/d1/foo", "foo"));
OpenPOWER on IntegriCloud