summaryrefslogtreecommitdiff
path: root/algebra.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 /algebra.h
parent95e867dc6dfbbf9bdac995a43d91e25bc2249053 (diff)
downloadcryptopp-git-02f990cdc121db395988d7f3a84d87b707a75e7e.tar.gz
Fix typos
Diffstat (limited to 'algebra.h')
-rw-r--r--algebra.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/algebra.h b/algebra.h
index fed8e85f..9326ec6f 100644
--- a/algebra.h
+++ b/algebra.h
@@ -294,7 +294,7 @@ public:
/// \brief Calculates the greatest common denominator in the ring
/// \param a the first element
/// \param b the second element
- /// \return the the greatest common denominator of a and b.
+ /// \return the greatest common denominator of a and b.
virtual const Element& Gcd(const Element &a, const Element &b) const;
protected: