aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"