From 0ab2a34f3b30c8c7586e0ea0bdca1cd617d58868 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 26 Nov 2007 02:22:41 +0000 Subject: [PATCH] * unwind-dw2-fde.c: Fix comment typo. From-SVN: r130422 --- gcc/ChangeLog | 4 ++++ gcc/unwind-dw2-fde.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6308dae3e10..bedda5f56bd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-11-26 Ben Elliston + + * unwind-dw2-fde.c: Fix comment typo. + 2007-11-25 Richard Sandiford * tree-sra.c (scalarize_use): Adjust the vpos argument to diff --git a/gcc/unwind-dw2-fde.c b/gcc/unwind-dw2-fde.c index d5dcad71554..ac2e0d465ae 100644 --- a/gcc/unwind-dw2-fde.c +++ b/gcc/unwind-dw2-fde.c @@ -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; -- 2.30.2