This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] Fix typo in ada-lang.c comment.


Why, or why, did I not notice this spelling mistake before commiting
the patch???

gdb/ChangeLog:

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

Checked in.

---
 gdb/ChangeLog  |    4 ++++
 gdb/ada-lang.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7d3e3ce..43bba0c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
 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
 	`0x0' rather than `(null)'.  Add assertion.
 
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c
index 3a5b10f..3efff2e 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
-- 
1.7.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]