https://gcc.gnu.org/g:615c954131da0fadaeebb87011c475b0f0678547
commit r17-1102-g615c954131da0fadaeebb87011c475b0f0678547 Author: Dhruv Chawla <[email protected]> Date: Tue May 19 12:59:24 2026 +0000 fr30: Fix typos in fr30.cc Signed-off-by: Dhruv Chawla <[email protected]> gcc/ChangeLog: * config/fr30/fr30.cc (fr30_const_double_is_zero): Fix typos. Diff: --- gcc/config/fr30/fr30.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/fr30/fr30.cc b/gcc/config/fr30/fr30.cc index 3ac6f4c23706..40b269d8c818 100644 --- a/gcc/config/fr30/fr30.cc +++ b/gcc/config/fr30/fr30.cc @@ -875,7 +875,7 @@ fr30_const_double_is_zero (rtx operand) It must be REG<-REG, REG<-MEM, MEM<-REG or REG<-CONST. On the FR30 we are constrained by the fact that it does not support offsetable addresses, and so we have to load the - address of the secnd word into the second destination register + address of the second word into the second destination register before we can use it. */ rtx
