diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-09-02 10:36:59 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-09-02 10:36:59 +0200 |
commit | da6feecef69362b16cb1fda204bc150ab0f852be (patch) | |
tree | 7de09a104ab430b18a80a9d2908dd6ba247bf4b1 /gcc | |
parent | 83de674b68b49b5e4ffcc590588380f2118d0f72 (diff) | |
download | gcc-da6feecef69362b16cb1fda204bc150ab0f852be.zip gcc-da6feecef69362b16cb1fda204bc150ab0f852be.tar.gz gcc-da6feecef69362b16cb1fda204bc150ab0f852be.tar.bz2 |
Fix typo.
From-SVN: r178442
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/gnat_rm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gnat_rm.texi b/gcc/ada/gnat_rm.texi index 5ee942c..5166058 100644 --- a/gcc/ada/gnat_rm.texi +++ b/gcc/ada/gnat_rm.texi @@ -5879,7 +5879,7 @@ the containing record @var{R}. @code{Standard'Compiler_Version} (@code{Standard} is the only allowed prefix) yields a static string identifying the version of the compiler being used to compile the unit containing the attribute reference. A -typical result would be something like "@value{EDITION} @value{gnat_version} (20090221)". +typical result would be something like "@value{EDITION} @i{version} (20090221)". @node Code_Address @unnumberedsec Code_Address |