summaryrefslogtreecommitdiff
path: root/ossig.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-02-03 04:12:33 -0500
committerJeffrey Walton <noloader@gmail.com>2021-02-03 04:12:33 -0500
commit02f990cdc121db395988d7f3a84d87b707a75e7e (patch)
tree059b3aab61a79119d6a8d1364c3b9ae5490099c0 /ossig.h
parent95e867dc6dfbbf9bdac995a43d91e25bc2249053 (diff)
downloadcryptopp-git-02f990cdc121db395988d7f3a84d87b707a75e7e.tar.gz
Fix typos
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 3b48af5d..ce9789b7 100644
--- a/ossig.h
+++ b/ossig.h
@@ -29,7 +29,7 @@ extern "C" {
/// \brief Null signal handler function
/// \param unused the signal number
/// \details NullSignalHandler is provided as a stand alone function with external "C" linkage
-/// and not a static member function due to the the member function's implicit
+/// and not a static member function due to the member function's implicit
/// external "C++" linkage.
/// \sa SignalHandler, SignalHandlerFn
extern "C" {