accessed -> addressed (fix typo in changelog entry)

This commit is contained in:
Paul Eggert
2006-01-19 06:03:18 +00:00
parent ef1b70e009
commit 2073ce56f5

View File

@@ -19,7 +19,7 @@
* djgpp/config.sed: Add copyright notice, and replace "filesystem" * djgpp/config.sed: Add copyright notice, and replace "filesystem"
with "file system". with "file system".
Avoid undefined behavior that accessed just before the start of an Avoid undefined behavior that addressed just before the start of an
array. Problem reported by twlevo. array. Problem reported by twlevo.
* src/reader.c (packgram): Prepend a new sentinel before ritem. * src/reader.c (packgram): Prepend a new sentinel before ritem.
* src/lalr.c (build_relations): Rely on new sentinel. * src/lalr.c (build_relations): Rely on new sentinel.