commit 46e9bfa85483ad2909801d3e9bb0c932f6ac99ac
parent 28f905de101d6656ec4dd5fcc763834f58468299
Author: Mohammed Anas <triallax@tutanota.com>
Date: Tue, 26 Dec 2023 14:13:03 +0000
unix::signal: fix typo in docs
Signed-off-by: Mohammed Anas <triallax@tutanota.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unix/signal/+linux.ha b/unix/signal/+linux.ha
@@ -282,7 +282,7 @@ export type code = enum int {
// Flags used to configure the behavior of a signal handler.
export type flag = enum int {
// For use with sig::CHLD. Prevents notifications when child processes
- // stop (e.g. via sig::STOp) or resume (i.e. sig::CONT).
+ // stop (e.g. via sig::STOP) or resume (i.e. sig::CONT).
NOCLDSTOP = rt::SA_NOCLDSTOP: int,
// For use with sig::CHLD. Do not transform children into zombies when
// they terminate. Note that POSIX leaves the delivery of sig::CHLD