From e4d9df75f67eecf004b37e74c31fb8f718ee26a3 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 13 Jun 2012 23:11:26 -0700 Subject: configpm: comment typo --- configpm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configpm') diff --git a/configpm b/configpm index 33811eec27..d38c2683bd 100755 --- a/configpm +++ b/configpm @@ -808,8 +808,8 @@ if ($Common{byteorder}) { } my $fast_config = join '', map { " $_,\n" } sort values %Common; -# Sanity check needed to stop an infite loop if Config_heavy.pl fails to define -# &launcher for some reason (eg it got truncated) +# Sanity check needed to stop an infinite loop if Config_heavy.pl fails to +# define &launcher for some reason (eg it got truncated) $config_txt .= sprintf <<'ENDOFTIE', $fast_config; sub DESTROY { } -- cgit v1.2.1