Commit e443b7f9 by Arnaud Charlet

Fix typo.

From-SVN: r177109
parent 5f7747af
...@@ -114,7 +114,7 @@ package System.Parameters is ...@@ -114,7 +114,7 @@ package System.Parameters is
ptr_bits : constant := Standard'Address_Size; ptr_bits : constant := Standard'Address_Size;
subtype C_Address is System.Address; 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 -- except on 64-bit VMS where they are 32-bit addresses, for compatibility
-- with legacy code. -- with legacy code.
......
...@@ -112,7 +112,7 @@ package System.Parameters is ...@@ -112,7 +112,7 @@ package System.Parameters is
ptr_bits : constant := Standard'Address_Size; ptr_bits : constant := Standard'Address_Size;
subtype C_Address is System.Address; 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 -- except on 64-bit VMS where they are 32-bit addresses, for compatibility
-- with legacy code. -- with legacy code.
......
...@@ -114,7 +114,7 @@ package System.Parameters is ...@@ -114,7 +114,7 @@ package System.Parameters is
ptr_bits : constant := Standard'Address_Size; ptr_bits : constant := Standard'Address_Size;
subtype C_Address is System.Address; 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 -- except on 64-bit VMS where they are 32-bit addresses, for compatibility
-- with legacy code. -- with legacy code.
......
...@@ -114,7 +114,7 @@ package System.Parameters is ...@@ -114,7 +114,7 @@ package System.Parameters is
ptr_bits : constant := Standard'Address_Size; ptr_bits : constant := Standard'Address_Size;
subtype C_Address is System.Address; 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 -- except on 64-bit VMS where they are 32-bit addresses, for compatibility
-- with legacy code. -- with legacy code.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment