https://gcc.gnu.org/g:43a797f37ad871526daec2dc1d9138f11606253a
commit r17-1104-g43a797f37ad871526daec2dc1d9138f11606253a Author: Dhruv Chawla <[email protected]> Date: Tue May 19 13:01:00 2026 +0000 ft32: Fix typos in ft32.cc Signed-off-by: Dhruv Chawla <[email protected]> gcc/ChangeLog: * config/ft32/ft32.cc (ft32_init_machine_status): Fix typos. Diff: --- gcc/config/ft32/ft32.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/ft32/ft32.cc b/gcc/config/ft32/ft32.cc index 23cb788baa37..abaa125de734 100644 --- a/gcc/config/ft32/ft32.cc +++ b/gcc/config/ft32/ft32.cc @@ -357,7 +357,7 @@ ft32_init_machine_status (void) /* The TARGET_OPTION_OVERRIDE worker. - All this curently does is set init_machine_status. */ + All this currently does is set init_machine_status. */ static void ft32_option_override (void) {
