diff options
Diffstat (limited to 'gcc/reload1.c')
-rw-r--r-- | gcc/reload1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c index 0f5d688c8a5..399b1f1de2d 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -9464,7 +9464,7 @@ fixup_abnormal_edges () { edge e; - /* Look for cases we are interested in - an calls or instructions causing + /* Look for cases we are interested in - calls or instructions causing exceptions. */ for (e = bb->succ; e; e = e->succ_next) { |