From 8bd15c4ad485652fcdd2ce0bdcc0a679af618ba7 Mon Sep 17 00:00:00 2001 From: Dhruva Kumar Date: Sun, 26 Jul 2026 15:36:56 +0530 Subject: [PATCH] Fix duplicate word in comment --- aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aclocal.m4 b/aclocal.m4 index 920c2b38560faa0..3dec8896c9e71a0 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -72,7 +72,7 @@ m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun # time. The exit code of this test program is a result of indirectly reading # and writing to the memory region where the special value is supposed to # reside. The actual memory addresses used and the values to be written are -# derived from the the program input ("argv") and are therefore not known at +# derived from the program input ("argv") and are therefore not known at # compile or link time. The compiler has no choice but to defer the # computation to run time, and to prepare by allocating and populating the # data segment with the special value. For further details, refer to the