Skip to content

Commit

Permalink
docs: posix: fix sigsuspend typo
Browse files Browse the repository at this point in the history
igsuspend should be sigsuspend, fix it.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
  • Loading branch information
ycsin committed Jul 6, 2023
1 parent 3302c47 commit b9fcfdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/services/portability/posix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ required for error and event handling.
signal(),
sigpending(),
sigprocmask(),
igsuspend(),
sigsuspend(),
sigwait()

.. csv-table:: POSIX_SPIN_LOCKS
Expand Down

0 comments on commit b9fcfdf

Please sign in to comment.