From: Joel Brobecker Date: Wed, 29 Dec 2010 08:15:24 +0000 (+0000) Subject: Fix typo in ada-lang.c comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eed9788b42dbb1ce96f8e1b66241acdf9ea0ee19;p=binutils-gdb.git Fix typo in ada-lang.c comment. gdb/ChangeLog: * ada-lang.c: Fix typo in comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7d3e3ce0f86..43bba0cc943 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2010-12-29 Joel Brobecker + + * ada-lang.c: Fix typo in comment. + 2010-12-29 Joel Brobecker * ada-valprint.c (ada_val_print_1): Print null array pointers as diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index 3a5b10f4dbe..3efff2e0737 100644 --- a/gdb/ada-lang.c +++ b/gdb/ada-lang.c @@ -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