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 bf5a2a9 commit e852725Copy full SHA for e852725
llvm/lib/Support/Unix/Signals.inc
@@ -289,7 +289,7 @@ static void CreateSigAltStack() {}
289
static void RegisterHandlers() { // Not signal-safe.
290
// The mutex prevents other threads from registering handlers while we're
291
// doing it. We also have to protect the handlers and their count because
292
- // a signal handler could fire while we're registeting handlers.
+ // a signal handler could fire while we're registering handlers.
293
static ManagedStatic<sys::SmartMutex<true>> SignalHandlerRegistrationMutex;
294
sys::SmartScopedLock<true> Guard(*SignalHandlerRegistrationMutex);
295
0 commit comments