summaryrefslogtreecommitdiff
path: root/ld/ldgram.y
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2001-05-07 09:20:25 +0000
committerAlan Modra <amodra@bigpond.net.au>2001-05-07 09:20:25 +0000
commitaaa5394c1ca6dda1c91054577217ff1b58ee55ff (patch)
tree7752d1efcc33bdc6c127c99d03d5353b08b8e3ee /ld/ldgram.y
parent9cca01d9e92f218078cd0b2277a3a74851068f13 (diff)
downloadbinutils-redhat-aaa5394c1ca6dda1c91054577217ff1b58ee55ff.tar.gz
* ldgram.y: Fix typo.
Diffstat (limited to 'ld/ldgram.y')
-rw-r--r--ld/ldgram.y6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/ldgram.y b/ld/ldgram.y
index bbb47a3dad..e7f4a590d4 100644
--- a/ld/ldgram.y
+++ b/ld/ldgram.y
@@ -1,6 +1,6 @@
-/* A YACC grammer to parse a superset of the AT&T linker scripting languaue.
- Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
- Free Software Foundation, Inc.
+/* A YACC grammar to parse a superset of the AT&T linker scripting language.
+ Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ 2001 Free Software Foundation, Inc.
Written by Steve Chamberlain of Cygnus Support (steve@cygnus.com).
This file is part of GNU ld.