summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2007-06-19 04:47:58 +0000
committerPaul Smith <psmith@gnu.org>2007-06-19 04:47:58 +0000
commitc649f3c3fbc36ab0f6074639bc3da84456ac93af (patch)
treea2681e0b310d732452b899b6091d7d5afe81dbfe /doc
parenta28aa5ea92491770cfed99cbbc727410bb3a1053 (diff)
downloadmake-c649f3c3fbc36ab0f6074639bc3da84456ac93af.tar.gz
Fix a core dump when reading_file is 0 (20033).
Fix some manual typos (20018).
Diffstat (limited to 'doc')
-rw-r--r--doc/make.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/make.texi b/doc/make.texi
index baf92afd..3928db7f 100644
--- a/doc/make.texi
+++ b/doc/make.texi
@@ -1541,7 +1541,7 @@ constructs within the makefile. We say that expansion is
@code{make} will expand any variables or functions in that section of a
construct as the makefile is parsed. We say that expansion is
@dfn{deferred} if expansion is not performed immediately. Expansion of
-deferred construct is not performed until either the construct appears
+a deferred construct is not performed until either the construct appears
later in an immediate context, or until the second phase.
You may not be familiar with some of these constructs yet. You can