automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] maint: fix a comment typo


From: Jim Meyering
Subject: [PATCH] maint: fix a comment typo
Date: Sat, 28 Apr 2012 10:42:19 +0200

...
> diff --git a/configure.ac b/configure.ac
...
> +## Keep this on a line of its own, since it must be found and processed
> +## by the 'update-copyright' rule in out Makefile.
> +RELEASE_YEAR=2012
> +AC_SUBST([RELEASE_YEAR])

I saw the above change in maint.
Here's the trivial fix:

>From 2369915e115012ed7bf77de028925b95ad82be56 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sat, 28 Apr 2012 10:40:26 +0200
Subject: [PATCH] maint: fix a comment typo

* configure.ac: Fix typo in comment: s/out/our/
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 2829fd4..bda0328 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,7 @@ AM_INIT_AUTOMAKE([dist-xz filename-length-max=99 color-tests
                  parallel-tests silent-rules no-define no-dependencies])

 ## Keep this on a line of its own, since it must be found and processed
-## by the 'update-copyright' rule in out Makefile.
+## by the 'update-copyright' rule in our Makefile.
 RELEASE_YEAR=2012
 AC_SUBST([RELEASE_YEAR])

--
1.7.10.382.g62bc8



reply via email to

[Prev in Thread] Current Thread [Next in Thread]