From e443b7f97eab2f7c8e2640ee840801ce2eb2c008 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Tue, 2 Aug 2011 11:41:30 +0200 Subject: [PATCH] Fix typo. From-SVN: r177109 --- gcc/ada/s-parame-ae653.ads | 2 +- gcc/ada/s-parame-hpux.ads | 2 +- gcc/ada/s-parame-vxworks.ads | 2 +- 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. -- 2.30.2