diff options
author | Nick Clifton <nickc@redhat.com> | 2003-11-06 11:58:58 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-11-06 11:58:58 +0000 |
commit | 1be595793285ba4000a824aa436c8824c04b5b94 (patch) | |
tree | d16c92c0e2ea3067e193321713eb3cc9da35699b /binutils | |
parent | f4fa50da5df4880af72f90868df3d6118a956c86 (diff) | |
download | gdb-1be595793285ba4000a824aa436c8824c04b5b94.zip gdb-1be595793285ba4000a824aa436c8824c04b5b94.tar.gz gdb-1be595793285ba4000a824aa436c8824c04b5b94.tar.bz2 |
Fix 'the the' typo
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 7 | ||||
-rw-r--r-- | binutils/ieee.c | 2 | ||||
-rw-r--r-- | binutils/stabs.c | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4806e9c..f683369 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,4 +1,9 @@ -2003-10-30 Marshall T. Vandegrift <llasram at wuli dot nu> +2003-11-06 Bruno Rohee <bruno@rohee.com> + + * ieee.c: Fix "the the" typo. + * stabs.c: Likewise. + +2003-10-30 Marshall T. Vandegrift <llasram@wuli.nu> * readelf.c (dump_section): Do not dump the contents of SHT_NOBITS sections - they have no file space assigned to their contents. diff --git a/binutils/ieee.c b/binutils/ieee.c index 73f87c4..1ced603 100644 --- a/binutils/ieee.c +++ b/binutils/ieee.c @@ -1234,7 +1234,7 @@ parse_ieee_be (struct ieee_info *info, const bfd_byte **pp) switch (info->blockstack.bsp->kind) { case 2: - /* When we end the global typedefs block, we copy out the the + /* When we end the global typedefs block, we copy out the contents of info->vars. This is because the variable indices may be reused in the local blocks. However, we need to preserve them so that we can locate a function returning a diff --git a/binutils/stabs.c b/binutils/stabs.c index e2b8a2a..e630ba4b 100644 --- a/binutils/stabs.c +++ b/binutils/stabs.c @@ -1993,7 +1993,7 @@ parse_stab_enum_type (void *dhandle, const char **pp) describing the type. PP points to a character pointer that points to the next unconsumed token - in the the stabs string. For example, given stabs "A:T4=s4a:1,0,32;;", + in the stabs string. For example, given stabs "A:T4=s4a:1,0,32;;", *PP will point to "4a:1,0,32;;". */ static debug_type |