https://gcc.gnu.org/g:d3c777ba98deb82418c0933c9d9a8e22d70dd6b8
commit r17-1108-gd3c777ba98deb82418c0933c9d9a8e22d70dd6b8 Author: Dhruv Chawla <[email protected]> Date: Wed May 20 11:35:02 2026 +0000 lm32: Fix typo in lm32.cc Signed-off-by: Dhruv Chawla <[email protected]> gcc/ChangeLog: * config/lm32/lm32.cc (lm32_compute_frame_size): Fix typos. Diff: --- 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 fa2db9833111..ad0f7526d879 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++) {
