bug-make
[Top][All Lists]
Advanced

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

[PATCH 1/2] Trivial correction on document


From: Cao jin
Subject: [PATCH 1/2] Trivial correction on document
Date: Wed, 21 Jun 2017 12:17:15 +0800

---
 doc/make.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/make.texi b/doc/make.texi
index dfa4454..343927b 100644
--- a/doc/make.texi
+++ b/doc/make.texi
@@ -1831,7 +1831,7 @@ more recent than it.
 @item
 How to update the file @file{foo.o}: by running @code{cc} as stated.
 The recipe does not explicitly mention @file{defs.h}, but we presume
-that @file{foo.c} includes it, and that that is why @file{defs.h} was
+that @file{foo.c} includes it, and that is why @file{defs.h} was
 added to the prerequisites.
 @end itemize
 @end ifnottex
@@ -10861,7 +10861,7 @@ into a Guile string and provided as the result of the 
procedure.
 @item gmk-eval
 @findex gmk-eval
 This procedure takes a single argument which is converted into a
-string.  The string is evaluated by @code{make} as if it were a
+string.  The string is evaluated by @code{make} as if it was a
 makefile.  This is the same capability available via the @code{eval}
 function (@pxref{Eval Function}).  The result of the @code{gmk-eval}
 procedure is always the empty string.
-- 
2.1.0






reply via email to

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