Fix typo in ada-lang.c comment.
authorJoel Brobecker <brobecker@gnat.com>
Wed, 29 Dec 2010 08:15:24 +0000 (08:15 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 29 Dec 2010 08:15:24 +0000 (08:15 +0000)
gdb/ChangeLog:

        * ada-lang.c: Fix typo in comment.

gdb/ChangeLog
gdb/ada-lang.c

index 7d3e3ce0f86ae2c19783f3786d43509dbd64d0ee..43bba0cc943845c0f438c25a5489d7f087996f6e 100644 (file)
@@ -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>
 
        * ada-valprint.c (ada_val_print_1): Print null array pointers as
index 3a5b10f4dbe81415426df29889d9d15535b2c2c9..3efff2e0737f8091b0bcaaeba284264b41823455 100644 (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