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 d3a761e..079ab5b 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)