diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-10-03 16:28:45 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-10-03 16:28:45 +0000 |
commit | 2285b0531de3b6f8c81c411ceebe707e38e52cdf (patch) | |
tree | 1ae31441b081fca67ca135877d4a264fd166f168 /gcc/ada/decl.c | |
parent | baf2c2583472707acd2f6d11d55fc176fe30835f (diff) | |
download | gcc-2285b0531de3b6f8c81c411ceebe707e38e52cdf.zip gcc-2285b0531de3b6f8c81c411ceebe707e38e52cdf.tar.gz gcc-2285b0531de3b6f8c81c411ceebe707e38e52cdf.tar.bz2 |
* decl.c, utils.c: Fix comment typos.
From-SVN: r117405
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 fac6f2f..870d5cc 100644 --- a/gcc/ada/decl.c +++ b/gcc/ada/decl.c @@ -2440,7 +2440,7 @@ gnat_to_gnu_entity (Entity_Id gnat_entity, tree gnu_expr, int definition) To break the circle we first build a dummy COMPONENT_REF which represents the "get to the parent" operation and initialize each of those discriminants to a COMPONENT_REF of the above - dummy parent referencing the corresponding discrimant of the + dummy parent referencing the corresponding discriminant of the base type of the parent subtype. */ gnu_get_parent = build3 (COMPONENT_REF, void_type_node, build0 (PLACEHOLDER_EXPR, gnu_type), |