diff options
author | Joel Brobecker <brobecker@gnat.com> | 2011-07-01 18:25:59 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2011-07-01 18:25:59 +0000 |
commit | 8f465ea731ea6181bdbc86b36dc2df0b9b1f8520 (patch) | |
tree | 77c54932941d543e1e423dbd6f5bdc790e193fd9 /gdb/ada-lang.c | |
parent | 828292f27174a8fe1c0fba0d1ba99ca815b3233b (diff) | |
download | gdb-8f465ea731ea6181bdbc86b36dc2df0b9b1f8520.zip gdb-8f465ea731ea6181bdbc86b36dc2df0b9b1f8520.tar.gz gdb-8f465ea731ea6181bdbc86b36dc2df0b9b1f8520.tar.bz2 |
Add missing word in comment (ada-lang.c)
gdb/ChangeLog:
* ada-lang.c (ada_evaluate_subexp): Add missing word in comment.
Diffstat (limited to 'gdb/ada-lang.c')
-rw-r--r-- | gdb/ada-lang.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index 3e30c9e..dd77852 100644 --- a/gdb/ada-lang.c +++ b/gdb/ada-lang.c @@ -9386,8 +9386,8 @@ ada_evaluate_subexp (struct type *expect_type, struct expression *exp, type = ada_check_typedef (value_type (argvec[0])); /* Ada allows us to implicitly dereference arrays when subscripting - them. So, if this is an typedef (encoding use for array access - types encoded as fat pointers), strip it now. */ + them. So, if this is an array typedef (encoding use for array + access types encoded as fat pointers), strip it now. */ if (TYPE_CODE (type) == TYPE_CODE_TYPEDEF) type = ada_typedef_target_type (type); |