From 44e019692ac51fbadef21537b10583cfb2d19de4 Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 13 Mar 2010 08:55:11 +0000 Subject: Correct Doxygen comment --- src/math/bigint/bigint.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/math') diff --git a/src/math/bigint/bigint.h b/src/math/bigint/bigint.h index 55ccf7aae..0bb51fd20 100644 --- a/src/math/bigint/bigint.h +++ b/src/math/bigint/bigint.h @@ -458,11 +458,11 @@ class BOTAN_DLL BigInt BigInt(RandomNumberGenerator& rng, u32bit bits); /** - * Create BigInt from unsigned 32 bit integer value and an - * also specify the sign of the value + * Create BigInt of specified size, all zeros + * @param sign the sign * @param n integer value */ - BigInt(Sign, u32bit n); + BigInt(Sign sign, u32bit n); /** * Create a number of the specified type and size -- cgit v1.2.3