diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2011-04-10 17:57:59 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2011-04-10 17:57:59 +0000 |
commit | 5b2d2d52fe20551875570ae70eedc99914981d37 (patch) | |
tree | 83b547627728caf21057292daf58dd55183cc2e9 /gcc/testsuite/ada | |
parent | 3e49fb03796af407ddfa41e6ab76e4787d349018 (diff) | |
download | gcc-5b2d2d52fe20551875570ae70eedc99914981d37.zip gcc-5b2d2d52fe20551875570ae70eedc99914981d37.tar.gz gcc-5b2d2d52fe20551875570ae70eedc99914981d37.tar.bz2 |
Cleanup double words.
From-SVN: r172245
Diffstat (limited to 'gcc/testsuite/ada')
-rw-r--r-- | gcc/testsuite/ada/acats/tests/c4/c460011.a | 2 | ||||
-rw-r--r-- | gcc/testsuite/ada/acats/tests/c9/c954013.a | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/ada/acats/tests/c4/c460011.a b/gcc/testsuite/ada/acats/tests/c4/c460011.a index 56e4c0c..78038a2 100644 --- a/gcc/testsuite/ada/acats/tests/c4/c460011.a +++ b/gcc/testsuite/ada/acats/tests/c4/c460011.a @@ -37,7 +37,7 @@ -- and greater than the value of the mod. -- Declare a generic test procedure and instantiate it for each of the -- unsigned types for each operand type. --- Check that the the operand is properly rounded during the conversion. +-- Check that the operand is properly rounded during the conversion. -- -- APPLICABILITY CRITERIA: -- This test is applicable to all implementations which support diff --git a/gcc/testsuite/ada/acats/tests/c9/c954013.a b/gcc/testsuite/ada/acats/tests/c9/c954013.a index a9de8c5..70ea3f5 100644 --- a/gcc/testsuite/ada/acats/tests/c9/c954013.a +++ b/gcc/testsuite/ada/acats/tests/c9/c954013.a @@ -363,7 +363,7 @@ procedure C954013 is -- Show that this message did pass through the Distributor Task Transaction.TC_Thru_Dist := true; - -- Pass this transaction on the the appropriate computation + -- Pass this transaction on the appropriate computation -- task case Transaction.Code is when Credit => |