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/ada/s-parame.ads | |
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/ada/s-parame.ads')
-rw-r--r-- | gcc/ada/s-parame.ads | 2 |
1 files changed, 1 insertions, 1 deletions
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. |