]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
doc: Vala-related typo in automake.in
authorReuben Thomas <rrt@sc3d.org>
Sat, 27 Apr 2024 16:34:15 +0000 (09:34 -0700)
committerKarl Berry <karl@freefriends.org>
Sat, 27 Apr 2024 16:34:15 +0000 (09:34 -0700)
From https://bugs.gnu.org/70557.

* bin/automake.in (lang_vala_finish_target): typo.

bin/automake.in

index 1dc40a00bb363b5ebefa98be212d33a65a22ea55..24b1bb51f2cf5ea392eaf32a49b12a4a727729b8 100644 (file)
@@ -5808,7 +5808,7 @@ sub lang_vala_finish_target
           my $base_c_file = basename $c_file;
           #
           # The -newer test here is checking "C file not older than Vala
-          # file" (not "C file newer than Vala file"; see
+          # file", rather than "C file newer than Vala file"; see
           # https://bugs.gnu.org/44772. The log message on the commit
           # misleadingly says "reversed".
           #