This commit is contained in:
Philippe Charnier 2002-03-26 12:05:35 +00:00
parent 46d7c2979e
commit 9725a7b97a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93212
2 changed files with 4 additions and 4 deletions

View File

@ -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 *

View File

@ -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)