summaryrefslogtreecommitdiff
path: root/dep.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-08-02 05:42:58 +0000
committerRoland McGrath <roland@redhat.com>1992-08-02 05:42:58 +0000
commit8aff0091fc08e5c2e36192cd483b32580df25ddc (patch)
treef7892a2129404ca930212d03a6d4aeb0dcb3fbe4 /dep.h
parentbc8c4949b781392e6390d66219bd4fdc093c1661 (diff)
downloadgunmake-8aff0091fc08e5c2e36192cd483b32580df25ddc.tar.gz
Formerly dep.h.~2~
Diffstat (limited to 'dep.h')
-rw-r--r--dep.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dep.h b/dep.h
index f5a373c..1021c3a 100644
--- 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
{