From: Dhruv Chawla <[email protected]>
Signed-off-by: Dhruv Chawla <[email protected]>
gcc/ChangeLog:
* config/fr30/fr30.cc (fr30_const_double_is_zero): Fix typos.
---
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 3ac6f4c2370..40b269d8c81 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
--
2.43.0