]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo.
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 2 Aug 2011 09:41:30 +0000 (11:41 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 2 Aug 2011 09:41:30 +0000 (11:41 +0200)
From-SVN: r177109

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

index ae8a21074f2814a2f350cf01a216a82b0e2157fc..a13ecf38c001cfea1447e025fa643b9a7f361514 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 7bb22b0532dd36708c277db1749ae33357eab5e3..da771d90c108cfffbfbdda6e106765679457781a 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 715eb04e7d4ca62923d292de277219b24750a32f..6e959c84ef246f522de34f35a788797579d5fca2 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 526139f1ed47d227291a319eeed6c83b0766c2bd..01e52b2e34f0f8dcf68d01815facd1e849514c04 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.