diff options
Diffstat (limited to 'gcc/ada/tracebak.c')
-rw-r--r-- | gcc/ada/tracebak.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/tracebak.c b/gcc/ada/tracebak.c index 659dad24342..65c1828badd 100644 --- a/gcc/ada/tracebak.c +++ b/gcc/ada/tracebak.c @@ -7,6 +7,7 @@ * C Implementation File * * * * Copyright (C) 2000-2007, AdaCore * + * Copyright (C) 2008, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * @@ -147,7 +148,7 @@ extern void (*Unlock_Task) (void); of a call instruction), which is what we want in the output array, and the associated return address, which is what we retrieve from the stack. - o STOP_FRAME, to decide wether we reached the top of the call chain, and + o STOP_FRAME, to decide whether we reached the top of the call chain, and thus if the process shall stop. : |