[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SIMPLE PATCH] automake: minor fixes in comments
From: |
Stefano Lattarini |
Subject: |
[SIMPLE PATCH] automake: minor fixes in comments |
Date: |
Sun, 9 Jan 2011 15:02:07 +0100 |
User-agent: |
KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; ) |
This is rather trivial and nipicking, but IMHO it won't hurt either.
OK for maint?
Regards,
Stefano
-*-*-
automake: minor fixes in comments
* automake.in: Some minor fixes and enhancements in comments.
---
ChangeLog | 5 +++++
automake.in | 11 ++++++-----
2 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 5fc0c9a..23ba0d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-09 Stefano Lattarini <address@hidden>
+
+ automake: minor fixes in comments
+ * automake.in: Some minor typofixes and enhancements in comments.
+
2011-01-08 Karl Berry <address@hidden>
Eric Blake <address@hidden>
diff --git a/automake.in b/automake.in
index fa110a5..d56fbf7 100755
--- a/automake.in
+++ b/automake.in
@@ -1369,7 +1369,7 @@ sub handle_languages
my %done;
- # Is the c linker needed?
+ # Is the C linker needed?
my $needs_c = 0;
foreach my $ext (sort keys %extension_seen)
{
@@ -2335,7 +2335,7 @@ sub handle_lib_objects
if ($val !~ /^-[lL]/ &&
# Skip -dlopen and -dlpreopen; these are explicitly allowed
# for Libtool libraries or programs. (Actually we are a bit
- # laxe here since this code also applies to non-libtool
+ # lax here since this code also applies to non-libtool
# libraries or programs, for which -dlopen and -dlopreopen
# are pure nonsense. Diagnosing this doesn't seem very
# important: the developer will quickly get complaints from
@@ -2576,7 +2576,8 @@ sub handle_compile ()
require_file ($ansi2knr_where, FOREIGN,
'ansi2knr.c', 'ansi2knr.1');
- # ansi2knr needs to be built before subdirs, so unshift it.
+ # ansi2knr needs to be built before subdirs, so unshift it
+ # rather then pushing it.
unshift (@all, '$(ANSI2KNR)');
}
else
@@ -3188,7 +3189,7 @@ sub scan_texinfo_file ($)
# ------------------------------------------------------------------
# SOURCE - the source Texinfo file
# DEST - the destination Info file
-# INSRC - wether DEST should be built in the source tree
+# INSRC - whether DEST should be built in the source tree
# DEPENDENCIES - known dependencies
sub output_texinfo_build_rules ($$$@)
{
@@ -4169,7 +4170,7 @@ sub prepend_srcdir (@)
# Compute a list of dependencies appropriate for the rebuild
# rule of
# AC_CONFIG_FILES($OUTPUT:$INPUT[0]:$INPUTS[1]:...)
-# Also distribute $INPUTs which are not built by another AC_CONFIG_FOOS.
+# Also distribute $INPUTs which are not built by another AC_CONFIG_FOOs.
sub rewrite_inputs_into_dependencies ($@)
{
my ($file, @inputs) = @_;
--
1.7.2.3
- [SIMPLE PATCH] automake: minor fixes in comments,
Stefano Lattarini <=