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