sreal: Fix typo in function name
commitebfd27ee2d3f8df46329521fdd8a727d808fd3ad
authorJakub Jelinek <jakub@redhat.com>
Thu, 5 Oct 2023 12:28:44 +0000 (5 14:28 +0200)
committerJakub Jelinek <jakub@redhat.com>
Thu, 5 Oct 2023 12:28:44 +0000 (5 14:28 +0200)
treed3ceaa0051ed0c63fbd2baf8afe10c0ec8268a26
parent1f7295af6029b6497e9928fe279fd166b94ce2c2
sreal: Fix typo in function name

My earlier version of the ipa_bits removal patch resulted in self-test
failures in sreal.  When debugging it, I was really confused that I couldn't
find verify_arithmetics function in the source.  Turns out it had bad
spelling...

2023-10-05  Jakub Jelinek  <jakub@redhat.com>

* sreal.cc (verify_aritmetics): Rename to ...
(verify_arithmetics): ... this.
(sreal_verify_arithmetics): Adjust caller.
gcc/sreal.cc