diff options
Diffstat (limited to 'gcc/java/java-except.h')
-rw-r--r-- | gcc/java/java-except.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/java-except.h b/gcc/java/java-except.h index 27a34d1..b536ce0 100644 --- a/gcc/java/java-except.h +++ b/gcc/java/java-except.h @@ -34,7 +34,7 @@ struct eh_range and the TREE_VALUE is the LABEL_DECL of the handler. */ tree handlers; - /* Surrunding handler, if any. */ + /* Surrounding handler, if any. */ struct eh_range *outer; /* The first child range. It is is nested inside this range |