aboutsummaryrefslogtreecommitdiffstats
path: root/src/s2k
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-02-24 02:04:35 +0000
committerlloyd <[email protected]>2010-02-24 02:04:35 +0000
commit8c951ef2f1e54e1134e8db683662ec881df89c88 (patch)
tree15080065add60652444fb30d7d11918fbea1e558 /src/s2k
parent89b3f108223258ce0680071ce8a5736a6699c131 (diff)
Correct doxygen comment
Diffstat (limited to 'src/s2k')
-rw-r--r--src/s2k/s2k.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s2k/s2k.h b/src/s2k/s2k.h
index 9ab71344e..055ef8911 100644
--- a/src/s2k/s2k.h
+++ b/src/s2k/s2k.h
@@ -18,9 +18,9 @@ namespace Botan {
class BOTAN_DLL S2K
{
public:
+
/**
- * Create a copy of this object.
- * @return an auto_ptr to a copy of this object
+ * @return a new instance of this same algorithm
*/
virtual S2K* clone() const = 0;