projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0133921
)
typo fix in comment
author
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 18 May 2012 00:53:11 +0000
(
02:53
+0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 18 May 2012 00:53:11 +0000
(
02:53
+0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
findutils/find.c
patch
|
blob
|
history
diff --git
a/findutils/find.c
b/findutils/find.c
index 7f50da80c74eb4d4f3f967b656f83f2108a3fe79..0ec5bdfeaab175f3a845af44de07008034fd3798 100644
(file)
--- a/
findutils/find.c
+++ b/
findutils/find.c
@@
-833,7
+833,7
@@
static action*** parse_params(char **argv)
IF_FEATURE_FIND_PATH( PARM_path ,)
#if ENABLE_DESKTOP
/* -wholename is a synonym for -path */
- /* We support it bec
ua
se Linux kernel's "make tags" uses it */
+ /* We support it bec
au
se Linux kernel's "make tags" uses it */
IF_FEATURE_FIND_PATH( PARM_wholename ,)
#endif
IF_FEATURE_FIND_PATH( PARM_ipath ,)