summaryrefslogtreecommitdiff
path: root/Documentation/technical/api-sigchain.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/technical/api-sigchain.txt')
-rw-r--r--Documentation/technical/api-sigchain.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-sigchain.txt b/Documentation/technical/api-sigchain.txt
index 535cdff..9e1189e 100644
--- a/Documentation/technical/api-sigchain.txt
+++ b/Documentation/technical/api-sigchain.txt
@@ -32,7 +32,7 @@ and installation code should look something like:
}
------------------------------------------
-Handlers are given the typdef of sigchain_fun. This is the same type
+Handlers are given the typedef of sigchain_fun. This is the same type
that is given to signal() or sigaction(). It is perfectly reasonable to
push SIG_DFL or SIG_IGN onto the stack.