Skip to content

Commit 94b9bf6

Browse files
committed
mg.c: Fix misspelling in comment
1 parent 4e86d5b commit 94b9bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,7 @@ Perl_csighandler3(int sig, Siginfo_t *sip PERL_UNUSED_DECL, void *uap PERL_UNUSE
15661566

15671567
#if defined(USE_ITHREADS) && !defined(WIN32)
15681568
if (!aTHX) {
1569-
/* presumably ths signal is being delivered to a non-perl
1569+
/* presumably this signal is being delivered to a non-perl
15701570
* thread, presumably created by a library, redirect it to the
15711571
* main thread.
15721572
*/

0 commit comments

Comments
 (0)