Skip to content

Commit b874d14

Browse files
committed
Fix a typo
1 parent 31e93c3 commit b874d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SignalHandling/DelayedSigaction/SigactionDelayer_Block.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ public enum SigactionDelayer_Block {
381381
/* If sigpending failed, we assume the signal is pending. */
382382
if ret != 0 || !Signal.set(from: pendingSignals).contains(signal) {
383383
/* The signal is not pending on our thread. Which mean it
384-
 * is probably pending on sone other thread, forever. */
384+
 * is probably pending on some other thread, forever. */
385385
// loggerLessThreadSafeDebugLog("🧵 Resending signal to manager thread \(signal)")
386386
pthread_kill(pthread_self(), signal.rawValue)
387387
}

0 commit comments

Comments
 (0)