From 638e383e25e3e1bb4e1e82be7583b13615b478b2 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sun, 28 Oct 2001 12:56:08 +0000 Subject: 86numaux.adb, [...]: Fix spelling errors. * 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, decl.c, exp_ch6.adb, exp_ch9.adb, exp_util.adb, fname-sf.ads, freeze.ads, g-awk.adb, g-comlin.ads, g-dirope.adb, g-dyntab.ads, g-socket.ads, g-table.ads, g-traceb.ads, gnat-style.texi, gnatchop.adb, init.c, layout.adb, layout.ads, mdllfile.ads, mlib-fil.ads, osint.ads, s-fatgen.adb, s-imgrea.adb, s-taprop.ads, s-tasdeb.ads, sem_aggr.adb, sem_attr.adb, sem_case.ads, sem_ch13.adb, sem_ch3.adb, sem_elab.adb, sem_maps.ads, sem_res.adb, sem_util.ads, sinfo.ads, sinput.ads, table.adb, table.ads, types.ads, urealp.adb: Fix spelling errors. From-SVN: r46581 --- gcc/ada/init.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gcc/ada/init.c') diff --git a/gcc/ada/init.c b/gcc/ada/init.c index 4b80816..d20c9cb 100644 --- a/gcc/ada/init.c +++ b/gcc/ada/init.c @@ -4,7 +4,7 @@ * * * I N I T * * * - * $Revision$ + * $Revision: 1.2 $ * * * C Implementation File * * * @@ -344,7 +344,7 @@ __gnat_error_handler (sig, sip, context) } else { - /* See if the page before the faulting page is accessable. Do that + /* See if the page before the faulting page is accessible. Do that by trying to access it. We'd like to simply try to access 4096 + the faulting address, but it's not guaranteed to be the actual address, just to be on the same page. */ @@ -703,7 +703,7 @@ __gnat_error_handler (info) } else { - /* See if the page before the faulting page is accessable. Do that + /* See if the page before the faulting page is accessible. Do that by trying to access it. */ recurse++; * ((volatile char *) (info->ExceptionRecord->ExceptionInformation[1] @@ -1126,7 +1126,7 @@ __gnat_error_handler (sig, sip) } else { - /* See if the page before the faulting page is accessable. Do that + /* See if the page before the faulting page is accessible. Do that by trying to access it. We'd like to simply try to access 4096 + the faulting address, but it's not guaranteed to be the actual address, just to be on the same page. */ -- cgit v1.1