summaryrefslogtreecommitdiff
path: root/eprecomp.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 /eprecomp.h
parent95e867dc6dfbbf9bdac995a43d91e25bc2249053 (diff)
downloadcryptopp-git-02f990cdc121db395988d7f3a84d87b707a75e7e.tar.gz
Fix typos
Diffstat (limited to 'eprecomp.h')
-rw-r--r--eprecomp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/eprecomp.h b/eprecomp.h
index d91d41d3..737a1569 100644
--- a/eprecomp.h
+++ b/eprecomp.h
@@ -90,14 +90,14 @@ public:
virtual void Precompute(const DL_GroupPrecomputation<Element> &group, unsigned int maxExpBits, unsigned int storage) =0;
/// \brief Retrieve previously saved precomputation
- /// \param group the the group
+ /// \param group the group
/// \param storedPrecomputation BufferedTransformation with the saved precomputation
/// \throw NotImplemented
/// \sa SupportsPrecomputation(), Precompute()
virtual void Load(const DL_GroupPrecomputation<Element> &group, BufferedTransformation &storedPrecomputation) =0;
/// \brief Save precomputation for later use
- /// \param group the the group
+ /// \param group the group
/// \param storedPrecomputation BufferedTransformation to write the precomputation
/// \throw NotImplemented
/// \sa SupportsPrecomputation(), Precompute()