From 493e62880e0752dbcca1bed2e1db29bef29edc39 Mon Sep 17 00:00:00 2001 From: Elvin Aslanov Date: Sun, 30 Apr 2023 00:37:14 +0000 Subject: Remove duplicate "the" in comments Fix spelling on various files pertaining to core Perl. --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.c') diff --git a/util.c b/util.c index 088726320f..3c1cae409a 100644 --- a/util.c +++ b/util.c @@ -5930,7 +5930,7 @@ typedef struct { bfd* abfd; /* bfd_syms is the BFD symbol table. */ asymbol** bfd_syms; - /* bfd_text is handle to the the ".text" section of the object file. */ + /* bfd_text is handle to the ".text" section of the object file. */ asection* bfd_text; /* Since opening the executable and scanning its symbols is quite * heavy operation, we remember the filename we used the last time, -- cgit v1.2.1