From: Dhruv Chawla <[email protected]>
Signed-off-by: Dhruv Chawla <[email protected]>
gcc/ChangeLog:
* config/xtensa/xtensa.cc (xtensa_legitimize_address): Fix typos.
---
gcc/config/xtensa/xtensa.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/config/xtensa/xtensa.cc b/gcc/config/xtensa/xtensa.cc
index d5be67d78fc..253f887abc5 100644
--- a/gcc/config/xtensa/xtensa.cc
+++ b/gcc/config/xtensa/xtensa.cc
@@ -2374,7 +2374,7 @@ xtensa_legitimize_address (rtx x,
/* The upper limit of the ADDMI instruction's addition is allowed to be
widened by the delta amount calculated above, and the excess is later
- renormalized to the displacement of the load/store instrution. */
+ renormalized to the displacement of the load/store instruction. */
offset2 = offset & ~0xff, offset = 0;
if (! IN_RANGE (offset2, -32768, 32512 + delta))
{
--
2.43.0