]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Improve source comment.
authorSimon Ruderich <simon@ruderich.org>
Sun, 27 May 2012 20:06:42 +0000 (22:06 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 27 May 2012 20:06:42 +0000 (22:06 +0200)
bin/blhc

index c8260e58dc55cc01f939361155d834a9b9a74679..c3834fbf07aeaec8757b1c6cc3499fbc47ab5bd0 100755 (executable)
--- 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,