diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2012-05-18 02:53:11 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2012-05-18 02:53:11 +0200 |
commit | 7c8aa2b47cf76f710959a1f4a914010aca425016 (patch) | |
tree | 655f1edb5af3242a66a9677b86207249c46cf070 | |
parent | 01339217261e3ad6f0a60c90e42e6d52580141ab (diff) | |
download | busybox-w32-7c8aa2b47cf76f710959a1f4a914010aca425016.tar.gz busybox-w32-7c8aa2b47cf76f710959a1f4a914010aca425016.tar.bz2 busybox-w32-7c8aa2b47cf76f710959a1f4a914010aca425016.zip |
typo fix in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | findutils/find.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/find.c b/findutils/find.c index 7f50da80c..0ec5bdfea 100644 --- a/findutils/find.c +++ b/findutils/find.c | |||
@@ -833,7 +833,7 @@ static action*** parse_params(char **argv) | |||
833 | IF_FEATURE_FIND_PATH( PARM_path ,) | 833 | IF_FEATURE_FIND_PATH( PARM_path ,) |
834 | #if ENABLE_DESKTOP | 834 | #if ENABLE_DESKTOP |
835 | /* -wholename is a synonym for -path */ | 835 | /* -wholename is a synonym for -path */ |
836 | /* We support it becuase Linux kernel's "make tags" uses it */ | 836 | /* We support it because Linux kernel's "make tags" uses it */ |
837 | IF_FEATURE_FIND_PATH( PARM_wholename ,) | 837 | IF_FEATURE_FIND_PATH( PARM_wholename ,) |
838 | #endif | 838 | #endif |
839 | IF_FEATURE_FIND_PATH( PARM_ipath ,) | 839 | IF_FEATURE_FIND_PATH( PARM_ipath ,) |