aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/g-comlin.adb
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2011-09-05 13:12:33 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2011-09-05 15:12:33 +0200
commitaeae67edd7af1208362e615cf89dd2e9cba942d5 (patch)
tree93d3c8f0f6da114d866a38616f4c7d16e8660d66 /gcc/ada/g-comlin.adb
parentd72e76282abded51ce3161e57a84134a79c4bd5c (diff)
downloadgcc-aeae67edd7af1208362e615cf89dd2e9cba942d5.zip
gcc-aeae67edd7af1208362e615cf89dd2e9cba942d5.tar.gz
gcc-aeae67edd7af1208362e615cf89dd2e9cba942d5.tar.bz2
sem_ch3.adb, [...]: Minor reformatting.
2011-09-05 Robert Dewar <dewar@adacore.com> * sem_ch3.adb, sem_res.adb, par.adb, par-ch6.adb, g-comlin.adb, exp_ch6.adb, lib-xref-alfa.adb: Minor reformatting. From-SVN: r178536
Diffstat (limited to 'gcc/ada/g-comlin.adb')
-rw-r--r--gcc/ada/g-comlin.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/g-comlin.adb b/gcc/ada/g-comlin.adb
index 28c9d98..b0aa35a 100644
--- a/gcc/ada/g-comlin.adb
+++ b/gcc/ada/g-comlin.adb
@@ -902,7 +902,7 @@ package body GNAT.Command_Line is
Parser.Section (Parser.Current_Argument);
end if;
- -- Until we have the start of another section
+ -- Exit from loop if we have the start of another section
if Index = Parser.Section'Last
or else Parser.Section (Index + 1) /= 0