diff options
Diffstat (limited to 'tests/zfs-tests/cmd/mkbusy/mkbusy.c')
-rw-r--r-- | tests/zfs-tests/cmd/mkbusy/mkbusy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zfs-tests/cmd/mkbusy/mkbusy.c b/tests/zfs-tests/cmd/mkbusy/mkbusy.c index c26822bb5..a03076ffc 100644 --- a/tests/zfs-tests/cmd/mkbusy/mkbusy.c +++ b/tests/zfs-tests/cmd/mkbusy/mkbusy.c @@ -102,7 +102,7 @@ main(int argc, char *argv[]) /* * The argument supplied doesn't exist. Copy the path, and - * remove the trailing slash if presnt. + * remove the trailing slash if present. */ if ((arg = strdup(argv[0])) == NULL) fail("strdup", 1); |