diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index 78a93ce1591f..bff7af5a678a 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -1137,7 +1137,7 @@ c_perm(option, argvp) /* * -print functions -- * - * Always true, causes the current pathame to be written to + * Always true, causes the current pathname to be written to * standard output. */ int @@ -1162,7 +1162,7 @@ c_print(option, argvp) /* * -print0 functions -- * - * Always true, causes the current pathame to be written to + * Always true, causes the current pathname to be written to * standard output followed by a NUL character */ int @@ -1427,7 +1427,7 @@ c_user(option, argvp) /* * -xdev functions -- * - * Always true, causes find not to decend past directories that have a + * Always true, causes find not to descend past directories that have a * different device ID (st_dev, see stat() S5.6.2 [POSIX.1]) */ PLAN * diff --git a/usr.bin/find/operator.c b/usr.bin/find/operator.c index ff002e5c6bc4..cc7b45b68210 100644 --- a/usr.bin/find/operator.c +++ b/usr.bin/find/operator.c @@ -128,7 +128,7 @@ yankexpr(planp) /* * paren_squish -- - * replaces "parentheisized" plans in our search plan with "expr" nodes. + * replaces "parenthesized" plans in our search plan with "expr" nodes. */ PLAN * paren_squish(plan)