forked from Imagelibrary/binutils-gdb
Fix typo in ada-lang.c comment.
gdb/ChangeLog:
* ada-lang.c: Fix typo in comment.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2010-12-29 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* ada-lang.c: Fix typo in comment.
|
||||||
|
|
||||||
2010-12-29 Joel Brobecker <brobecker@adacore.com>
|
2010-12-29 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* ada-valprint.c (ada_val_print_1): Print null array pointers as
|
* ada-valprint.c (ada_val_print_1): Print null array pointers as
|
||||||
|
|||||||
@@ -365,7 +365,7 @@ ada_inferior_exit (struct inferior *inf)
|
|||||||
/* Utilities */
|
/* Utilities */
|
||||||
|
|
||||||
/* If TYPE is a TYPE_CODE_TYPEDEF type, return the target type after
|
/* If TYPE is a TYPE_CODE_TYPEDEF type, return the target type after
|
||||||
all typedef layers have been pealed. Otherwise, return TYPE.
|
all typedef layers have been peeled. Otherwise, return TYPE.
|
||||||
|
|
||||||
Normally, we really expect a typedef type to only have 1 typedef layer.
|
Normally, we really expect a typedef type to only have 1 typedef layer.
|
||||||
In other words, we really expect the target type of a typedef type to be
|
In other words, we really expect the target type of a typedef type to be
|
||||||
|
|||||||
Reference in New Issue
Block a user