aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-11-18 04:18:53 +0000
committerlloyd <[email protected]>2009-11-18 04:18:53 +0000
commit74528281a8fce78fc99d6f480577b7645bd5be5c (patch)
tree7f9d3e85a46aed5ac39d812d6a2f631c93c964a8 /src
parent09c2c8502ee8ea3c9eb39041c07953bb0afec4ea (diff)
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/math/bigint/bigint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/bigint/bigint.h b/src/math/bigint/bigint.h
index 83986e0f1..4f7f6f5bd 100644
--- a/src/math/bigint/bigint.h
+++ b/src/math/bigint/bigint.h
@@ -486,7 +486,7 @@ BigInt BOTAN_DLL operator/(const BigInt& x, const BigInt& d);
BigInt BOTAN_DLL operator%(const BigInt& x, const BigInt& m);
word BOTAN_DLL operator%(const BigInt& x, word m);
BigInt BOTAN_DLL operator<<(const BigInt& x, u32bit n);
-BigInt BOTAN_DLL operator>>(const BigInt&, x u32bit n);
+BigInt BOTAN_DLL operator>>(const BigInt& x, u32bit n);
/*
* Comparison Operators