summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build-aux/general.m4sh4
-rw-r--r--cfg.mk1
-rw-r--r--tests/lt_dladvise.at2
3 files changed, 3 insertions, 4 deletions
diff --git a/build-aux/general.m4sh b/build-aux/general.m4sh
index b6e3d419..34940f7a 100644
--- a/build-aux/general.m4sh
+++ b/build-aux/general.m4sh
@@ -513,8 +513,8 @@ func_quote_for_eval ()
case $func_quote_for_eval_unquoted_result in
# Double-quote args containing shell metacharacters to delay
- # word splitting, command substitution and and variable
- # expansion for a subsequent eval.
+ # word splitting, command substitution and variable expansion
+ # for a subsequent eval.
# Many Bourne shells cannot handle close brackets correctly
# in scan sets, so we specify it separately.
*[\@<:@\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*@:>@*|"")
diff --git a/cfg.mk b/cfg.mk
index f549ba3d..e2568ee1 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -40,7 +40,6 @@ VC_LIST_ALWAYS_EXCLUDE_REGEX = ^mail/
local-checks-to-fix = \
sc_prohibit_always-defined_macros \
sc_prohibit_always_true_header_tests \
- sc_prohibit_doubled_word \
sc_prohibit_empty_lines_at_EOF \
sc_prohibit_have_config_h \
sc_prohibit_magic_number_exit \
diff --git a/tests/lt_dladvise.at b/tests/lt_dladvise.at
index 18c2104f..5ae9fbd9 100644
--- a/tests/lt_dladvise.at
+++ b/tests/lt_dladvise.at
@@ -174,7 +174,7 @@ hint_global (void)
/* Don't attempt to load moddepend unless modglobal was successfully
loaded and the symglobal hint was taken, and the system allows to
- to have undefined symbols. */
+ have undefined symbols. */
if (info && info->is_symglobal && HAVE_UNDEFINED_SYMBOLS)
{
hint_ext ();