summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorElvin Aslanov <rwp.primary@gmail.com>2023-04-30 00:37:14 +0000
committerKarl Williamson <khw@cpan.org>2023-05-03 11:29:53 -0600
commit493e62880e0752dbcca1bed2e1db29bef29edc39 (patch)
tree39770493528cb5c76e5523147a231caf415dba96 /util.c
parent034a96a9c8546c2e080a802babba5ed9bc6c7798 (diff)
downloadperl-493e62880e0752dbcca1bed2e1db29bef29edc39.tar.gz
Remove duplicate "the" in comments
Fix spelling on various files pertaining to core Perl.
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
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,