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/ieee.c | |
parent | f4fa50da5df4880af72f90868df3d6118a956c86 (diff) | |
download | gdb-1be595793285ba4000a824aa436c8824c04b5b94.zip gdb-1be595793285ba4000a824aa436c8824c04b5b94.tar.gz gdb-1be595793285ba4000a824aa436c8824c04b5b94.tar.bz2 |
Fix 'the the' typo
Diffstat (limited to 'binutils/ieee.c')
-rw-r--r-- | binutils/ieee.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |