From: Simon Ruderich Date: Sun, 27 May 2012 20:06:42 +0000 (+0200) Subject: Improve source comment. X-Git-Tag: 0.03~3 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=6ab8b0da4793ac24bcc01834955f0a1852350dbb Improve source comment. --- diff --git a/bin/blhc b/bin/blhc index c8260e5..c3834fb 100755 --- a/bin/blhc +++ b/bin/blhc @@ -194,7 +194,7 @@ my @def_ldflags_pic = ( '-fpic', '-shared', ); -# References to all flags checked by the parser. +# References to all flags checked by the flag checker. my @flag_refs = ( \@def_cflags, \@def_cflags_format,