diff options
author | Robert Dewar <dewar@adacore.com> | 2013-04-25 10:39:36 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2013-04-25 12:39:36 +0200 |
commit | 7be8338dbcc4e915333cf484eec6ab61ff923aac (patch) | |
tree | 5f43e919c782c9199c6559951e17e26234a789b8 /gcc/ada/sem_dim.ads | |
parent | f40f731b98bd4035eee5c9ceccaf9a324a280a9a (diff) | |
download | gcc-7be8338dbcc4e915333cf484eec6ab61ff923aac.zip gcc-7be8338dbcc4e915333cf484eec6ab61ff923aac.tar.gz gcc-7be8338dbcc4e915333cf484eec6ab61ff923aac.tar.bz2 |
sem_prag.adb: Minor code reorganization (correct misspelling Restiction).
2013-04-25 Robert Dewar <dewar@adacore.com>
* sem_prag.adb: Minor code reorganization (correct misspelling
Restiction).
* sem_util.adb, aspects.ads, sem_ch6.adb: Minor reformatting.
* gnat_rm.texi: Document impl-defined aspects.
* sem_dim.adb, sem_dim.ads, gnat_ugn.texi, s-dimmks.ads: Minor
reformatting.
From-SVN: r198291
Diffstat (limited to 'gcc/ada/sem_dim.ads')
-rw-r--r-- | gcc/ada/sem_dim.ads | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/sem_dim.ads b/gcc/ada/sem_dim.ads index 2fdfd30..7393bf6 100644 --- a/gcc/ada/sem_dim.ads +++ b/gcc/ada/sem_dim.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2011-2012, Free Software Foundation, Inc. -- +-- Copyright (C) 2011-2013, 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- -- @@ -102,9 +102,9 @@ package Sem_Dim is Aggr : Node_Id); -- Analyze the contents of aspect Dimension_System. Extract the numerical -- type, unit name and corresponding symbol from each indivitual dimension. - -- Id is the corresponding Aspect_Id (Aspect_Dimension_System) - -- Aggr is the corresponding expression for the aspect Dimension_System - -- declared by the declaration of N. + -- Id is the corresponding Aspect_Id (Aspect_Dimension_System). Aggr is + -- the corresponding expression for the aspect Dimension_System from the + -- declaration of N. procedure Analyze_Dimension (N : Node_Id); -- N may denote any of the following contexts: |