summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-02 09:41:30 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-02 09:41:30 +0000
commitcf5bd6626e923a76465ea4f3042303b91d8f2861 (patch)
tree99782fbf0b1c30ab1878968cc4c673c44f89e0bc /gcc
parenta25bfc6b84c08e16b6a9aed0a5f8f07ca5405081 (diff)
downloadgcc-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.ads2
-rw-r--r--gcc/ada/s-parame-hpux.ads2
-rw-r--r--gcc/ada/s-parame-vxworks.ads2
-rw-r--r--gcc/ada/s-parame.ads2
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.