From: Dhruv Chawla <[email protected]>
Signed-off-by: Dhruv Chawla <[email protected]>
gcc/ChangeLog:
* config/lm32/lm32.cc (lm32_compute_frame_size): Fix typos.
---
gcc/config/lm32/lm32.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/config/lm32/lm32.cc b/gcc/config/lm32/lm32.cc
index fa2db983311..ad0f7526d87 100644
--- a/gcc/config/lm32/lm32.cc
+++ b/gcc/config/lm32/lm32.cc
@@ -467,7 +467,7 @@ lm32_compute_frame_size (int size)
callee_size = 0;
reg_save_mask = 0;
- /* Build mask that actually determines which regsiters we save
+ /* Build mask that actually determines which registers we save
and calculate size required to store them in the stack. */
for (regno = 1; regno < SP_REGNUM; regno++)
{
--
2.43.0