]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: fix a comment typo
authorJim Meyering <meyering@redhat.com>
Wed, 19 Sep 2012 05:52:25 +0000 (07:52 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 19 Sep 2012 05:52:25 +0000 (07:52 +0200)
* cfg.mk: Fix comment typo: s/recursive/non-recursive/ make

cfg.mk

diff --git a/cfg.mk b/cfg.mk
index d3a761e44e3a8b721e5b69c523ec810b443a8fa1..079ab5bfda00e028a2d16ec5a30bb2c1cca9d34d 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -568,7 +568,7 @@ lib_CFLAGS = $(GNULIB_WARN_CFLAGS)
 gnulib-tests_CFLAGS = $(GNULIB_TEST_WARN_CFLAGS)
 
 # Configuration to make the tight-scope syntax-check rule work with
-# recursive make.
+# non-recursive make.
 export _gl_TS_headers = $(srcdir)/cfg.mk
 _gl_TS_dir = .
 _gl_TS_obj_files = src/*.$(OBJEXT)