diff options
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r-- | gcc/libgcc2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 1ab9794..3879bc0 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -2204,7 +2204,7 @@ find_exception_table (pc) return 0; Assuming a correctly sorted table (ascending order) this routine should - return the tighest match... + return the tightest match... In the advent of a tie, we have to give the last entry, as it represents an inner block. |