diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-30 16:31:31 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-30 16:31:31 +0000 |
commit | 3fecb07d2202b0e380eb965c9ec24bae972bfba1 (patch) | |
tree | da87f79493339ae1f57ad2fd9de0561c0b773423 /gcc/ada/sem_prag.adb | |
parent | 4606d5a97a353a2f8437a7cf630b5405cee1d095 (diff) | |
download | gcc-3fecb07d2202b0e380eb965c9ec24bae972bfba1.tar.gz |
2009-11-30 Vasiliy Fofanov <fofanov@adacore.com>
* vms_data.ads: Add new VMS qualifiers,
REVERSE_BIT_ORDER/NOREVERSE_BIT_ORDER, to support warnings on bit order
effects.
2009-11-30 Thomas Quinot <quinot@adacore.com>
* exp_ch9.adb, exp_ch9.ads, sem_util.ads: Minor reformatting.
2009-11-30 Gary Dismukes <dismukes@adacore.com>
* sem_prag.adb: Fix spelling error.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154829 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sem_prag.adb')
-rw-r--r-- | gcc/ada/sem_prag.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_prag.adb b/gcc/ada/sem_prag.adb index aa1ed1b3830..daa08b4e95f 100644 --- a/gcc/ada/sem_prag.adb +++ b/gcc/ada/sem_prag.adb @@ -1155,7 +1155,7 @@ package body Sem_Prag is begin -- We allow duplicated export names in CIL, as they are always - -- enclosed in a namespace that differenciates them, and overloaded + -- enclosed in a namespace that differentiates them, and overloaded -- entities are supported by the VM. if VM_Target = CLI_Target then |