summaryrefslogtreecommitdiff
path: root/cygwin
diff options
context:
space:
mode:
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 6b11efed7f..b79af68e58 100644
--- a/cygwin/cygwin.c
+++ b/cygwin/cygwin.c
@@ -219,7 +219,7 @@ XS(Cygwin_cwd)
dXSARGS;
char *cwd;
- /* See http://rt.perl.org/rt3/Ticket/Display.html?id=38628
+ /* See https://rt.perl.org/rt3/Ticket/Display.html?id=38628
There is Cwd->cwd() usage in the wild, and previous versions didn't die.
*/
if(items > 1)