summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ossig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ossig.h b/ossig.h
index cfaa896e..a9ab55bc 100644
--- a/ossig.h
+++ b/ossig.h
@@ -38,7 +38,7 @@ extern "C" {
/// Signal handler for Linux and Unix compatibles
/// \tparam S Signal number
-/// \tparam O Flag indicating exsting handler should be overwriiten
+/// \tparam O Flag indicating if an existing handler should be overwriiten
/// \details SignalHandler() can be used to install a signal handler with the signature
/// <tt>void handler_fn(int)</tt>. If <tt>SignalHandlerFn</tt> is not <tt>NULL</tt>, then
/// the sigaction is set to the function and the sigaction flags is set to the flags.