]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly dep.h.~2~
authorRoland McGrath <roland@redhat.com>
Sun, 2 Aug 1992 05:42:58 +0000 (05:42 +0000)
committerRoland McGrath <roland@redhat.com>
Sun, 2 Aug 1992 05:42:58 +0000 (05:42 +0000)
dep.h

diff --git a/dep.h b/dep.h
index f5a373cd30b4643b57136b868465a7c2cce08ca6..1021c3aaf418eeb9a24dcc9779001e84bf6e8171 100644 (file)
--- a/dep.h
+++ b/dep.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1988, 1989, 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1988, 1989, 1991, 1992 Free Software Foundation, Inc.
 This file is part of GNU Make.
 
 GNU Make is free software; you can redistribute it and/or modify
@@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    Each struct file's `deps' points to a chain of these,
    chained through the `next'.
 
-   Note that the first three words of this match a struct nameseq.  */
+   Note that the first two words of this match a struct nameseq.  */
 
 struct dep
   {
@@ -30,7 +30,7 @@ struct dep
   };
 
 
-/* Structure used in chains of names, for parsing and globbing */
+/* Structure used in chains of names, for parsing and globbing */
 
 struct nameseq
   {