summaryrefslogtreecommitdiffstats
path: root/usr.bin/find
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2002-03-26 12:05:35 +0000
committercharnier <charnier@FreeBSD.org>2002-03-26 12:05:35 +0000
commit7f9da3da3b3f2c8fe6045636f072fc2ef0592789 (patch)
tree2a8bfcc0b5fbe217498ac9228825a2fbd51fcd8a /usr.bin/find
parent755d0bf04f6bc5a88960b759fbeff6ed789f37b9 (diff)
downloadFreeBSD-src-7f9da3da3b3f2c8fe6045636f072fc2ef0592789.zip
FreeBSD-src-7f9da3da3b3f2c8fe6045636f072fc2ef0592789.tar.gz
spelling
Diffstat (limited to 'usr.bin/find')
-rw-r--r--usr.bin/find/function.c6
-rw-r--r--usr.bin/find/operator.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c
index 78a93ce..bff7af5 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 ff002e5..cc7b45b 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)
OpenPOWER on IntegriCloud