diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-05 10:32:23 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-05 10:32:23 +0000 |
commit | fe410b3e0f7de0376d98b922113c80f9ab4bd192 (patch) | |
tree | 2907bc726434f732f093ecd43d5f5ba62ac08265 /gcc/ada/nlists.adb | |
parent | 941f2a0d21995a3e06f340891a639c4462850312 (diff) | |
download | gcc-fe410b3e0f7de0376d98b922113c80f9ab4bd192.tar.gz |
2008-04-05 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk r133930
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@133932 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/nlists.adb')
-rw-r--r-- | gcc/ada/nlists.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/nlists.adb b/gcc/ada/nlists.adb index b75226e6ee5..768e130dce5 100644 --- a/gcc/ada/nlists.adb +++ b/gcc/ada/nlists.adb @@ -139,7 +139,7 @@ package body Nlists is Prev_Node.Set_Last (N); -- Make sure we have no uninitialized junk in any new entires added. - -- This ensures that Tree_Gen will not write out any unitialized junk. + -- This ensures that Tree_Gen will not write out any uninitialized junk. for J in Old_Last + 1 .. N loop Next_Node.Table (J) := Empty; @@ -538,7 +538,7 @@ package body Nlists is end if; end Insert_List_Before_Debug; - -- Start of prodcessing for Insert_List_Before + -- Start of processing for Insert_List_Before begin pragma Assert (Is_List_Member (Before)); |