summaryrefslogtreecommitdiff
path: root/binutils/stabs.c
diff options
context:
space:
mode:
authorYuri Chornovian <yurchor@ukr.net>2017-07-18 16:58:14 +0100
committerNick Clifton <nickc@redhat.com>2017-07-18 16:58:14 +0100
commitde194d8575765da6c7905d09b8675c59fad035e9 (patch)
treeb5d104395b4fb836d6b3a7687faa48d6a2544210 /binutils/stabs.c
parentc5ed057625f886b14d9def3fa7488fd8bbbf7dd3 (diff)
downloadbinutils-gdb-de194d8575765da6c7905d09b8675c59fad035e9.tar.gz
Fix spelling typos.
Diffstat (limited to 'binutils/stabs.c')
-rw-r--r--binutils/stabs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/stabs.c b/binutils/stabs.c
index 3861f83857c..39905f2b5d8 100644
--- a/binutils/stabs.c
+++ b/binutils/stabs.c
@@ -995,7 +995,7 @@ parse_stab_string (void *dhandle, struct stab_handle *info, int stabtype,
break;
case 'T':
- /* Struct, union, or enum tag. For GNU C++, this can be be followed
+ /* Struct, union, or enum tag. For GNU C++, this can be followed
by 't' which means we are typedef'ing it as well. */
if (*p != 't')
{