summaryrefslogtreecommitdiff
path: root/gcc/ada/sigtramp.h
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2014-02-25 15:45:54 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2014-02-25 15:45:54 +0000
commit79ae0850a079170195499f18490618345e58310f (patch)
tree01a0df925ef00a4b2b3cf09639bcea155292d0c2 /gcc/ada/sigtramp.h
parent7f3bd769780f3a8b135e9184225915339aa810d9 (diff)
downloadgcc-79ae0850a079170195499f18490618345e58310f.tar.gz
2014-02-25 Eric Botcazou <ebotcazou@adacore.com>
* sigtramp.h: Fix minor inaccuracy. 2014-02-25 Ben Brosgol <brosgol@adacore.com> * gnat_ugn.texi: Added description of kill command. 2014-02-25 Robert Dewar <dewar@adacore.com> * gnat_rm.texi (Address_Clauses): Add a section discussing the problem of address clauses causing unexpected initialization, including the effect of Initialize_Scalars. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208144 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sigtramp.h')
-rw-r--r--gcc/ada/sigtramp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sigtramp.h b/gcc/ada/sigtramp.h
index 59287f157fe..cf5f4707ee3 100644
--- a/gcc/ada/sigtramp.h
+++ b/gcc/ada/sigtramp.h
@@ -66,7 +66,7 @@ extern "C" {
The unwinder will unwind frames 0, 1 and 2 as usual. But the CFI of frame
3 is set up as if the caller of frame 3 was frame 6 so, when frame 3 is
unwound, the unwinder ends up in frame 6 directly. It's possible to do so
- since the kernel has saved the context of frame 3 and passed it on to
+ since the kernel has saved the context of frame 6 and passed it on to
__gnat_sigtramp. */
#ifdef __cplusplus