Skip to content

Commit 9fc7826

Browse files
committed
Fix a typo
1 parent b1751f7 commit 9fc7826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

winsup/cygwin/scripts/gendef

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)