summaryrefslogtreecommitdiff
path: root/cygwin
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 /cygwin
parent034a96a9c8546c2e080a802babba5ed9bc6c7798 (diff)
downloadperl-493e62880e0752dbcca1bed2e1db29bef29edc39.tar.gz
Remove duplicate "the" in comments
Fix spelling on various files pertaining to core Perl.
Diffstat (limited to 'cygwin')
-rw-r--r--cygwin/cygwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cygwin/cygwin.c b/cygwin/cygwin.c
index 5f6948c9a0..7c3d5dc48c 100644
--- a/cygwin/cygwin.c
+++ b/cygwin/cygwin.c
@@ -178,7 +178,7 @@ wide_to_utf8(const wchar_t *wsrc)
wchar_t*
utf8_to_wide_extra_len(const char *buf, Size_t *extra_len)
{
- /* Return the the conversion to UTF-16 of the UTF-8 string 'buf'
+ /* Return the conversion to UTF-16 of the UTF-8 string 'buf'
* (terminated by a NUL), making sure to have space for at least *extra_len
* extra (wide) characters in the result. The result must be freed by the
* caller when no longer needed */