Fix typo.
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Aug 2011 09:41:30 +0000 (09:41 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Aug 2011 09:41:30 +0000 (09:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177109 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/s-parame-ae653.ads
gcc/ada/s-parame-hpux.ads
gcc/ada/s-parame-vxworks.ads
gcc/ada/s-parame.ads

index ae8a210..a13ecf3 100644 (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.
 
index 7bb22b0..da771d9 100644 (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.
 
index 715eb04..6e959c8 100644 (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.
 
index 526139f..01e52b2 100644 (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.