diff options
| author | Kazu Hirata <kazu@codesourcery.com> | 2005-07-29 15:01:51 +0000 |
|---|---|---|
| committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-07-29 15:01:51 +0000 |
| commit | 9e4eb5598d347211a5a50b791bcbea863dfba49b (patch) | |
| tree | a79ac23ee5a75b18e8d7d071cfb7640524cc87fd /gcc/ada/decl.c | |
| parent | 536fa7b7bb0cec076111790ba059d5c5005680eb (diff) | |
| download | gcc-9e4eb5598d347211a5a50b791bcbea863dfba49b.zip gcc-9e4eb5598d347211a5a50b791bcbea863dfba49b.tar.gz gcc-9e4eb5598d347211a5a50b791bcbea863dfba49b.tar.bz2 | |
* decl.c, init.c, initialize.c: Fix comment typos.
From-SVN: r102556
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 145ece8..3909d95 100644 --- a/gcc/ada/decl.c +++ b/gcc/ada/decl.c @@ -5168,7 +5168,7 @@ gnat_to_gnu_field (Entity_Id gnat_field, tree gnu_record_type, int packed, /* Compute whether we should avoid the substitution. */ int reject = - /* There is no point subtituting if there is no change. */ + /* There is no point substituting if there is no change. */ (gnu_packable_type == gnu_field_type || /* The size of an aliased field must be an exact multiple of the |
