summaryrefslogtreecommitdiff
path: root/lib/crypto
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-04-09 21:04:37 +0000
committerChris Wilson <chris+github@qwirx.com>2008-04-09 21:04:37 +0000
commite633f6dcc89c57c10a5402c252bd0356f4cf9484 (patch)
treefd05af28b6d55d13cf7a06548810fba4c5845c93 /lib/crypto
parent835ddeff5508da233e240b0c53318d880012464e (diff)
Reformat long line in CipherContext.cpp and fix a typo in comment.
Diffstat (limited to 'lib/crypto')
-rw-r--r--lib/crypto/CipherContext.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/crypto/CipherContext.cpp b/lib/crypto/CipherContext.cpp
index d68c4b5d..e5cd9b0e 100644
--- a/lib/crypto/CipherContext.cpp
+++ b/lib/crypto/CipherContext.cpp
@@ -106,7 +106,8 @@ void CipherContext::Init(CipherContext::CipherFunction Function, const CipherDes
#else
// With the old version, a copy needs to be taken first.
mpDescription = rDescription.Clone();
- // Mark it as not a leak, otherwise static cipher contexts cause supriously memory leaks to be reported
+ // Mark it as not a leak, otherwise static cipher contexts
+ // cause spurious memory leaks to be reported
MEMLEAKFINDER_NOT_A_LEAK(mpDescription);
mpDescription->SetupParameters(&ctx);
#endif