diff --git a/doc/scripts/cdefs2doc/dump_cfg_defs.pl b/doc/scripts/cdefs2doc/dump_cfg_defs.pl index 225a8175256..b1517dca1f7 100755 --- a/doc/scripts/cdefs2doc/dump_cfg_defs.pl +++ b/doc/scripts/cdefs2doc/dump_cfg_defs.pl @@ -128,7 +128,7 @@ sub help C code. -s | --src | --source - name of the source file, needed only if the input file is in "raw" translation - unit format (--tu) and usefull to restrict + unit format (--tu) and useful to restrict and speed-up the search. --patch - show patches needed for the GCC::TranslationUnit package. @@ -389,7 +389,7 @@ sub expr_op0{ my $no=@cfg_default; $i=0; if ($no > 0 && @cfg_defs != $no) { - print(STDERR "WARNING: different array lenghts ($def_cfg_name($no) &&", + print(STDERR "WARNING: different array lengths ($def_cfg_name($no) &&", " $cfg_var_name($(scalar @cfg_defs)))\n"); $no=0; } diff --git a/doc/scripts/cdefs2doc/dump_counters.pl b/doc/scripts/cdefs2doc/dump_counters.pl index 4387ee9a5ec..1ddfa29e737 100755 --- a/doc/scripts/cdefs2doc/dump_counters.pl +++ b/doc/scripts/cdefs2doc/dump_counters.pl @@ -116,7 +116,7 @@ sub help C code. -s | --src | --source - name of the source file, needed only if the input file is in "raw" translation - unit format (--tu) and usefull to restrict + unit format (--tu) and useful to restrict and speed-up the search. --patch - show patches needed for the GCC::TranslationUnit package. diff --git a/doc/scripts/cdefs2doc/dump_rpcs.pl b/doc/scripts/cdefs2doc/dump_rpcs.pl index 6c991edf905..80cfe807d3b 100755 --- a/doc/scripts/cdefs2doc/dump_rpcs.pl +++ b/doc/scripts/cdefs2doc/dump_rpcs.pl @@ -121,7 +121,7 @@ sub help C code. -s | --src | --source - name of the source file, needed only if the input file is in "raw" translation - unit format (--tu) and usefull to restrict + unit format (--tu) and useful to restrict and speed-up the search. --patch - show patches needed for the GCC::TranslationUnit package. diff --git a/doc/scripts/cdefs2doc/dump_selects.pl b/doc/scripts/cdefs2doc/dump_selects.pl index 4ba3ed4850b..b48f76bbbac 100755 --- a/doc/scripts/cdefs2doc/dump_selects.pl +++ b/doc/scripts/cdefs2doc/dump_selects.pl @@ -120,7 +120,7 @@ sub help C code. -s | --src | --source - name of the source file, needed only if the input file is in "raw" translation - unit format (--tu) and usefull to restrict + unit format (--tu) and useful to restrict and speed-up the search. --patch - show patches needed for the GCC::TranslationUnit package.