diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-14 14:00:16 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-14 14:00:16 +0000 |
commit | 3dc60fc75491e4126cf8eb2f365ae505928ee8b1 (patch) | |
tree | e26ca99b76fc7aa743cf3c77d92c084351d0fbf4 /gcc/testsuite | |
parent | a920aefe8d8c8afbe7ae6566796bce329cf95d5f (diff) | |
download | gcc-3dc60fc75491e4126cf8eb2f365ae505928ee8b1.tar.gz |
* loop.c: Fix a comment typo.
From-SVN: r57145
Diffstat (limited to 'gcc/testsuite')
-rw-r--r-- | gcc/testsuite/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f0be990dbff..97a432575b2 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -6659,7 +6659,7 @@ Mon Oct 9 23:32:06 MET DST 2000 Jan Hubicka <jh@suse.cz> * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform a signed long modulo operation. - (mod6): New funciton - perform an unsigned long modulo operation. + (mod6): New function - perform an unsigned long modulo operation. (main): Add tests for modulos of very large numbers by very small dividends. |