aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarry Doolittle <ldoolitt@recycle.lbl.gov>2017-05-08 08:44:52 -0700
committerLarry Doolittle <ldoolitt@recycle.lbl.gov>2017-05-08 08:44:52 -0700
commit70fca7f7990743e119d9bed2aed436b39cba7b30 (patch)
tree68765574361737ec3de4bc992e7cfb415d4f1b7a
parent7443db0d5f841b81a55e918bf8c228dd20f9ddb2 (diff)
downloadtinycc-70fca7f7990743e119d9bed2aed436b39cba7b30.tar.gz
tinycc-70fca7f7990743e119d9bed2aed436b39cba7b30.tar.bz2
Fix spelling in help message
"seach" becomes "search" in help2 when not TCC_TARGET_PE
-rw-r--r--tcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcc.c b/tcc.c
index 49e4ad6..95a9018 100644
--- a/tcc.c
+++ b/tcc.c
@@ -129,7 +129,7 @@ static const char help2[] =
"Predefined macros:\n"
" tcc -E -dM - < nul\n"
#else
- " -rpath= set dynamic library seach path\n"
+ " -rpath= set dynamic library search path\n"
" -enable-new-dtags set DT_RUNPATH instead of DT_RPATH\n"
" -soname= set DT_SONAME elf tag\n"
" -Bsymbolic set DT_SYMBOLIC elf tag\n"