summaryrefslogtreecommitdiff
path: root/config_dll.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-04-09 19:12:00 -0400
committerJeffrey Walton <noloader@gmail.com>2021-04-09 19:12:00 -0400
commitac730233621500d1442334ec545e8a38ec2b3095 (patch)
treed572307bcf43b946886a198336d71423b6b4985f /config_dll.h
parent4e7065aef4cee25b3264b0af8d57656003847247 (diff)
downloadcryptopp-git-ac730233621500d1442334ec545e8a38ec2b3095.tar.gz
Update documentation
Diffstat (limited to 'config_dll.h')
-rw-r--r--config_dll.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config_dll.h b/config_dll.h
index 94827616..ab9c67af 100644
--- a/config_dll.h
+++ b/config_dll.h
@@ -9,9 +9,9 @@
/// classes and template classes from the Win32 dynamic link library.
/// When not building the Win32 dynamic link library they are mostly an extern
/// template declaration.
-/// \detail In practice they are a furball coughed up by a cat and then peed
+/// \details In practice they are a furball coughed up by a cat and then peed
/// on by a dog. They are awful to get just right because of inconsistent
-/// compiler supprt for extern templates, manual instantiation and the FIPS DLL.
+/// compiler support for extern templates, manual instantiation and the FIPS DLL.
/// \details <tt>config.h</tt> was split into components in May 2019 to better
/// integrate with Autoconf and its feature tests. The splitting occurred so
/// users could continue to include <tt>config.h</tt> while allowing Autoconf