diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-02 11:41:30 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-02 11:41:30 +0200 |
commit | e443b7f97eab2f7c8e2640ee840801ce2eb2c008 (patch) | |
tree | 99782fbf0b1c30ab1878968cc4c673c44f89e0bc /gcc/ada/s-parame-hpux.ads | |
parent | 5f7747af34b7daca7f1f39c9e80888d89a6112cc (diff) | |
download | gcc-e443b7f97eab2f7c8e2640ee840801ce2eb2c008.zip gcc-e443b7f97eab2f7c8e2640ee840801ce2eb2c008.tar.gz gcc-e443b7f97eab2f7c8e2640ee840801ce2eb2c008.tar.bz2 |
Fix typo.
From-SVN: r177109
Diffstat (limited to 'gcc/ada/s-parame-hpux.ads')
-rw-r--r-- | gcc/ada/s-parame-hpux.ads | 2 |
1 files changed, 1 insertions, 1 deletions
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. |