https://gcc.gnu.org/g:b600207da5000852900e11e397dcba2db33f2538
commit r17-1135-gb600207da5000852900e11e397dcba2db33f2538 Author: Dhruv Chawla <[email protected]> Date: Thu May 21 12:29:05 2026 +0000 libitm: Fix typo in config/linux/futex_bits.h Signed-off-by: Dhruv Chawla <[email protected]> libitm/ChangeLog: * config/linux/futex_bits.h: Fix typo. Diff: --- libitm/config/linux/futex_bits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libitm/config/linux/futex_bits.h b/libitm/config/linux/futex_bits.h index fffebf10c700..998499a62c67 100644 --- a/libitm/config/linux/futex_bits.h +++ b/libitm/config/linux/futex_bits.h @@ -22,7 +22,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see <http://www.gnu.org/licenses/>. */ -/* Provide target-independant access to the futex system call. */ +/* Provide target-independent access to the futex system call. */ /* Note for ARM: There are two styles of syscall, and in the eabi style the syscall
