aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/stream/ctr
diff options
context:
space:
mode:
authorRenĂ© Korthaus <[email protected]>2016-10-18 13:21:48 +0200
committerRenĂ© Korthaus <[email protected]>2016-10-19 09:13:40 +0200
commit99d71e5693f45c2b34528158ad8d8b641bcc87e3 (patch)
treeb10d927e8a9b1415f52b7f99a28e1ca5b16a6e4c /src/lib/stream/ctr
parent61a7875fb261a049c70382517e83176b4108bb61 (diff)
Minor doxygen fixes [ci skip]
Diffstat (limited to 'src/lib/stream/ctr')
-rw-r--r--src/lib/stream/ctr/ctr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/stream/ctr/ctr.h b/src/lib/stream/ctr/ctr.h
index 5d5556254..385edac54 100644
--- a/src/lib/stream/ctr/ctr.h
+++ b/src/lib/stream/ctr/ctr.h
@@ -41,7 +41,7 @@ class BOTAN_DLL CTR_BE final : public StreamCipher
static CTR_BE* make(const Spec& spec);
/**
- * @param cipher the underlying block cipher to use
+ * @param cipher the block cipher to use
*/
explicit CTR_BE(BlockCipher* cipher);