builtins: Fix comment typo mpft_t -> mpfr_t
commit21cf5ec1993f33d7993559db25bc14c1fa57d790
authorJakub Jelinek <jakub@redhat.com>
Fri, 5 May 2023 07:52:28 +0000 (5 09:52 +0200)
committerJakub Jelinek <jakub@redhat.com>
Fri, 5 May 2023 07:52:28 +0000 (5 09:52 +0200)
tree266e7cc10ca43cd72f987bc256585ede16c2fd69
parent2e4e899641c0c558eabf0128ee72cb8d3999c990
builtins: Fix  comment typo mpft_t -> mpfr_t

I've noticed 4 typos in comments, fixed thusly.

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

* builtins.cc (do_mpfr_ckconv, do_mpc_ckconv): Fix comment typo,
mpft_t -> mpfr_t.
* fold-const-call.cc (do_mpfr_ckconv, do_mpc_ckconv): Likewise.
gcc/builtins.cc
gcc/fold-const-call.cc