summaryrefslogtreecommitdiff
path: root/gcc/ada/s-addima.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2014-07-18 09:40:33 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2014-07-18 09:40:33 +0000
commita9c7cc81a64a4189103a39d49fe1333ce2485e8d (patch)
tree1524521cdcb5d3c8db8ec78f81be2b2fdb1dd9cd /gcc/ada/s-addima.ads
parentb1e1a36a7ccb837e49d4c7e07b81b0c4bd235f8e (diff)
downloadgcc-a9c7cc81a64a4189103a39d49fe1333ce2485e8d.tar.gz
2014-07-18 Bob Duff <duff@adacore.com>
* s-addima.ads: Minor: add comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212794 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-addima.ads')
-rw-r--r--gcc/ada/s-addima.ads5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/s-addima.ads b/gcc/ada/s-addima.ads
index 5797db92fa4..c81c2290aaf 100644
--- a/gcc/ada/s-addima.ads
+++ b/gcc/ada/s-addima.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2009 Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2014, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -39,4 +39,5 @@
function System.Address_Image (A : Address) return String;
pragma Pure (System.Address_Image);
-- Returns string (hexadecimal digits with upper case letters) representing
--- the address (string is 8/16 bytes for 32/64-bit machines).
+-- the address (string is 8/16 bytes for 32/64-bit machines). 'First of the
+-- result = 1.