diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-07-01 22:05:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-07-01 22:05:41 +0000 |
commit | 3b83ab769ab2a591ac8f0d0d67875fc08afe6959 (patch) | |
tree | 901b224236adf4ee926ddc15d3b4ef0dd1f23720 /binutils | |
parent | 1ff137652ba9c5477913c877f603a312b12c5951 (diff) | |
download | gdb-3b83ab769ab2a591ac8f0d0d67875fc08afe6959.zip gdb-3b83ab769ab2a591ac8f0d0d67875fc08afe6959.tar.gz gdb-3b83ab769ab2a591ac8f0d0d67875fc08afe6959.tar.bz2 |
fix indentation
Diffstat (limited to 'binutils')
-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 e1c98ed..c388c5f 100644 --- a/binutils/stabs.c +++ b/binutils/stabs.c @@ -4218,7 +4218,7 @@ stab_demangle_qualified (minfo, pp, ptype) if (context == DEBUG_TYPE_NULL) { - /* We have to fall back on finding the type by name. + /* We have to fall back on finding the type by name. If there are more types to come, then this must be a class. Otherwise, it could be anything. */ |