diff options
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 |