diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-08-01 12:31:40 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-08-01 12:31:40 +0000 |
commit | b15341b8efe5498ec3e5637124317c0c3ea6e94f (patch) | |
tree | 2acb02e52515dad543043259c3f7efc7eefacb86 /gcc/ada/decl.c | |
parent | 5ded72541370aaeb3dd3d07c46ad16302df0329f (diff) | |
download | gcc-b15341b8efe5498ec3e5637124317c0c3ea6e94f.zip gcc-b15341b8efe5498ec3e5637124317c0c3ea6e94f.tar.gz gcc-b15341b8efe5498ec3e5637124317c0c3ea6e94f.tar.bz2 |
* decl.c, utils.c: Fix comment typos.
From-SVN: r102630
Diffstat (limited to 'gcc/ada/decl.c')
-rw-r--r-- | gcc/ada/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/decl.c b/gcc/ada/decl.c index 3909d95..65fa60f 100644 --- a/gcc/ada/decl.c +++ b/gcc/ada/decl.c @@ -1100,7 +1100,7 @@ gnat_to_gnu_entity (Entity_Id gnat_entity, tree gnu_expr, int definition) SET_DECL_CONST_CORRESPONDING_VAR (gnu_decl, gnu_corr_var); } - /* If this is declared in a block that contains an block with an + /* If this is declared in a block that contains a block with an exception handler, we must force this variable in memory to suppress an invalid optimization. */ if (Has_Nested_Block_With_Handler (Scope (gnat_entity)) |