summaryrefslogtreecommitdiff
path: root/gcc/ada/switch-c.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-12 12:19:14 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-12 12:19:14 +0000
commit3e031dbf4ca91e651d1bb56467e987b0f10f152a (patch)
treefeafdfde508c9bd65f27698b99c87d2c8bb85419 /gcc/ada/switch-c.adb
parent6a8773aa4a0338e07660acef3d387db1f7930864 (diff)
downloadgcc-3e031dbf4ca91e651d1bb56467e987b0f10f152a.tar.gz
2012-06-12 Robert Dewar <dewar@adacore.com>
* switch-c.adb, inline.adb, usage.adb, opt.ads: Minor reformatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188452 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/switch-c.adb')
-rw-r--r--gcc/ada/switch-c.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/switch-c.adb b/gcc/ada/switch-c.adb
index cc724737fc5..32c327506a4 100644
--- a/gcc/ada/switch-c.adb
+++ b/gcc/ada/switch-c.adb
@@ -732,7 +732,7 @@ package body Switch.C is
Ptr := Ptr + 1;
Inline_Active := True;
- -- There may be a digit appended to the switch
+ -- There may be a digit (1 or 2) appended to the switch
if Ptr <= Max then
C := Switch_Chars (Ptr);