Skip to content

Commit e852725

Browse files
committed
Support: Fix typo in comment
1 parent bf5a2a9 commit e852725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Support/Unix/Signals.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ static void CreateSigAltStack() {}
289289
static void RegisterHandlers() { // Not signal-safe.
290290
// The mutex prevents other threads from registering handlers while we're
291291
// doing it. We also have to protect the handlers and their count because
292-
// a signal handler could fire while we're registeting handlers.
292+
// a signal handler could fire while we're registering handlers.
293293
static ManagedStatic<sys::SmartMutex<true>> SignalHandlerRegistrationMutex;
294294
sys::SmartScopedLock<true> Guard(*SignalHandlerRegistrationMutex);
295295

0 commit comments

Comments
 (0)