Fix typo in ada-lang.c comment.

gdb/ChangeLog:

        * ada-lang.c: Fix typo in comment.
This commit is contained in:
Joel Brobecker
2010-12-29 08:15:24 +00:00
parent 9e87a40907
commit eed9788b42
2 changed files with 5 additions and 1 deletions

View File

@@ -365,7 +365,7 @@ ada_inferior_exit (struct inferior *inf)
/* Utilities */
/* 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.
In other words, we really expect the target type of a typedef type to be