We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e93c3 commit b874d14Copy full SHA for b874d14
Sources/SignalHandling/DelayedSigaction/SigactionDelayer_Block.swift
@@ -381,7 +381,7 @@ public enum SigactionDelayer_Block {
381
/* If sigpending failed, we assume the signal is pending. */
382
if ret != 0 || !Signal.set(from: pendingSignals).contains(signal) {
383
/* The signal is not pending on our thread. Which mean it
384
- * is probably pending on sone other thread, forever. */
+ * is probably pending on some other thread, forever. */
385
// loggerLessThreadSafeDebugLog("🧵 Resending signal to manager thread \(signal)")
386
pthread_kill(pthread_self(), signal.rawValue)
387
}
0 commit comments