File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ stabilize_sig_stack:
426426 cbz w9, 2f // if no current signal, jump to cleanup
427427
428428 mov w9, #1 // specify increment
429- staddl w9, [x20] // attomically increment incyg with a lock
429+ staddl w9, [x20] // atomically increment incyg with a lock
430430
431431 // prepare arguments and call signal handler
432432 mov x0, #_cygtls.start_offset // load the _cygtls.start_offset offset
@@ -435,7 +435,7 @@ stabilize_sig_stack:
435435
436436 // decrement incyg counter
437437 mov w9, #-1 // specify decrement
438- staddl w9, [x20] // attomically decrement incyg with a lock
438+ staddl w9, [x20] // atomically decrement incyg with a lock
439439
440440 // go to the beginning to handle another signal
441441 b 1b
You can’t perform that action at this time.
0 commit comments