summaryrefslogtreecommitdiff
path: root/ossig.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-12-07 00:42:03 -0500
committerJeffrey Walton <noloader@gmail.com>2020-12-07 00:42:03 -0500
commitc6c575aa492c5f8cd8a34412f7a251a33fe1d5bb (patch)
tree71862f69aa7858dc0892fd4d44413d40fb124b42 /ossig.h
parentfec03b02a9ff2aad0609641325bd25a09e0aa797 (diff)
downloadcryptopp-git-c6c575aa492c5f8cd8a34412f7a251a33fe1d5bb.tar.gz
Update documentation
Diffstat (limited to 'ossig.h')
-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.