Fix typo.

From-SVN: r177109
This commit is contained in:
Arnaud Charlet 2011-08-02 11:41:30 +02:00
parent 5f7747af34
commit e443b7f97e
4 changed files with 4 additions and 4 deletions

View File

@ -114,7 +114,7 @@ package System.Parameters is
ptr_bits : constant := Standard'Address_Size;
subtype C_Address is System.Address;
-- Number of bits in Interaces.C pointers, normally a standard address,
-- Number of bits in Interfaces.C pointers, normally a standard address,
-- except on 64-bit VMS where they are 32-bit addresses, for compatibility
-- with legacy code.

View File

@ -112,7 +112,7 @@ package System.Parameters is
ptr_bits : constant := Standard'Address_Size;
subtype C_Address is System.Address;
-- Number of bits in Interaces.C pointers, normally a standard address,
-- Number of bits in Interfaces.C pointers, normally a standard address,
-- except on 64-bit VMS where they are 32-bit addresses, for compatibility
-- with legacy code.

View File

@ -114,7 +114,7 @@ package System.Parameters is
ptr_bits : constant := Standard'Address_Size;
subtype C_Address is System.Address;
-- Number of bits in Interaces.C pointers, normally a standard address,
-- Number of bits in Interfaces.C pointers, normally a standard address,
-- except on 64-bit VMS where they are 32-bit addresses, for compatibility
-- with legacy code.

View File

@ -114,7 +114,7 @@ package System.Parameters is
ptr_bits : constant := Standard'Address_Size;
subtype C_Address is System.Address;
-- Number of bits in Interaces.C pointers, normally a standard address,
-- Number of bits in Interfaces.C pointers, normally a standard address,
-- except on 64-bit VMS where they are 32-bit addresses, for compatibility
-- with legacy code.