aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2011-08-02 11:41:30 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2011-08-02 11:41:30 +0200
commite443b7f97eab2f7c8e2640ee840801ce2eb2c008 (patch)
tree99782fbf0b1c30ab1878968cc4c673c44f89e0bc /gcc
parent5f7747af34b7daca7f1f39c9e80888d89a6112cc (diff)
downloadgcc-e443b7f97eab2f7c8e2640ee840801ce2eb2c008.zip
gcc-e443b7f97eab2f7c8e2640ee840801ce2eb2c008.tar.gz
gcc-e443b7f97eab2f7c8e2640ee840801ce2eb2c008.tar.bz2
Fix typo.
From-SVN: r177109
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 ae8a210..a13ecf3 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 7bb22b0..da771d9 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 715eb04..6e959c8 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 526139f..01e52b2 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.