diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-02 09:41:30 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-02 09:41:30 +0000 |
commit | cf5bd6626e923a76465ea4f3042303b91d8f2861 (patch) | |
tree | 99782fbf0b1c30ab1878968cc4c673c44f89e0bc /gcc | |
parent | a25bfc6b84c08e16b6a9aed0a5f8f07ca5405081 (diff) | |
download | gcc-cf5bd6626e923a76465ea4f3042303b91d8f2861.tar.gz |
Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177109 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/s-parame-ae653.ads | 2 | ||||
-rw-r--r-- | gcc/ada/s-parame-hpux.ads | 2 | ||||
-rw-r--r-- | gcc/ada/s-parame-vxworks.ads | 2 | ||||
-rw-r--r-- | gcc/ada/s-parame.ads | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/s-parame-ae653.ads b/gcc/ada/s-parame-ae653.ads index ae8a21074f2..a13ecf38c00 100644 --- a/gcc/ada/s-parame-ae653.ads +++ b/gcc/ada/s-parame-ae653.ads @@ -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. diff --git a/gcc/ada/s-parame-hpux.ads b/gcc/ada/s-parame-hpux.ads index 7bb22b0532d..da771d90c10 100644 --- a/gcc/ada/s-parame-hpux.ads +++ b/gcc/ada/s-parame-hpux.ads @@ -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. diff --git a/gcc/ada/s-parame-vxworks.ads b/gcc/ada/s-parame-vxworks.ads index 715eb04e7d4..6e959c84ef2 100644 --- a/gcc/ada/s-parame-vxworks.ads +++ b/gcc/ada/s-parame-vxworks.ads @@ -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. diff --git a/gcc/ada/s-parame.ads b/gcc/ada/s-parame.ads index 526139f1ed4..01e52b2e34f 100644 --- a/gcc/ada/s-parame.ads +++ b/gcc/ada/s-parame.ads @@ -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. |