diff options
author | Robert Dewar <dewar@adacore.com> | 2011-08-03 10:17:45 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-03 12:17:45 +0200 |
commit | 9fde638da6523b717ec7aca4f11ce8bf4f44dde7 (patch) | |
tree | 41abafb12cf236ecdac96d64bfd1687099cd01c1 /gcc/ada/exp_util.ads | |
parent | 95eb8b69e6289ad1bc196915ba741f035817ce4b (diff) | |
download | gcc-9fde638da6523b717ec7aca4f11ce8bf4f44dde7.zip gcc-9fde638da6523b717ec7aca4f11ce8bf4f44dde7.tar.gz gcc-9fde638da6523b717ec7aca4f11ce8bf4f44dde7.tar.bz2 |
prj-proc.adb, [...]: Minor reformatting.
2011-08-03 Robert Dewar <dewar@adacore.com>
* prj-proc.adb, exp_util.ads, exp_ch9.adb, make.adb, prj-ext.adb,
prj-ext.ads, alfa.ads, sem_ch4.adb, makeutl.adb, makeutl.ads,
lib-xref-alfa.adb, sem_cat.adb, exp_dist.adb, get_alfa.adb,
prj-env.adb, prj-env.ads, prj-tree.adb, alfa.ads: Minor reformatting.
From-SVN: r177260
Diffstat (limited to 'gcc/ada/exp_util.ads')
-rw-r--r-- | gcc/ada/exp_util.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_util.ads b/gcc/ada/exp_util.ads index 4f13fa9..ae938a0 100644 --- a/gcc/ada/exp_util.ads +++ b/gcc/ada/exp_util.ads @@ -539,7 +539,7 @@ package Exp_Util is function Is_VM_By_Copy_Actual (N : Node_Id) return Boolean; -- Returns True if we are compiling on VM targets and N is a node that - -- requires to be passed by copy in these targets. + -- requires pass-by-copy in these targets. procedure Kill_Dead_Code (N : Node_Id; Warn : Boolean := False); -- N represents a node for a section of code that is known to be dead. Any |