diff options
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r-- | gcc/sdbout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sdbout.c b/gcc/sdbout.c index a1180e2ec24..4d93a9934b3 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -1182,7 +1182,7 @@ sdbout_one_type (type) /* Print out the base class information with fields named after the types they hold. */ - /* This is only relevent to aggregate types. TYPE_BINFO is used + /* This is only relevant to aggregate types. TYPE_BINFO is used for other purposes in an ENUMERAL_TYPE, so we must exclude that case. */ if (TREE_CODE (type) != ENUMERAL_TYPE) |