* unwind-dw2-fde.c: Fix comment typo.

From-SVN: r130422
This commit is contained in:
Ben Elliston 2007-11-26 02:22:41 +00:00 committed by Ben Elliston
parent 726a48a936
commit 0ab2a34f3b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-11-26 Ben Elliston <bje@au.ibm.com>
* unwind-dw2-fde.c: Fix comment typo.
2007-11-25 Richard Sandiford <rsandifo@nildram.co.uk>
* tree-sra.c (scalarize_use): Adjust the vpos argument to

View File

@ -44,7 +44,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
/* The unseen_objects list contains objects that have been registered
but not yet categorized in any way. The seen_objects list has had
it's pc_begin and count fields initialized at minimum, and is sorted
its pc_begin and count fields initialized at minimum, and is sorted
by decreasing value of pc_begin. */
static struct object *unseen_objects;
static struct object *seen_objects;