aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gold/ChangeLog4
-rw-r--r--gold/yyscript.y2
2 files changed, 5 insertions, 1 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 8b75a4a..447712a 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-25 Ben Elliston <bje@au.ibm.com>
+
+ * yyscript.y: Fix spelling error in comment.
+
2008-03-24 Ian Lance Taylor <iant@google.com>
* options.h (class General_options): Define build_id option.
diff --git a/gold/yyscript.y b/gold/yyscript.y
index ca2835f..ec2e8c0 100644
--- a/gold/yyscript.y
+++ b/gold/yyscript.y
@@ -1,4 +1,4 @@
-/* yyscript.y -- linker script grammer for gold. */
+/* yyscript.y -- linker script grammar for gold. */
/* Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
Written by Ian Lance Taylor <iant@google.com>.