[Box Backup-commit] COMMIT r2145 - box/trunk/lib/crypto
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Wed, 9 Apr 2008 21:04:38 +0000 (UTC)
Author: chris
Date: 2008-04-09 21:04:37 +0000 (Wed, 09 Apr 2008)
New Revision: 2145
Modified:
box/trunk/lib/crypto/CipherContext.cpp
Log:
Reformat long line in CipherContext.cpp and fix a typo in comment.
Modified: box/trunk/lib/crypto/CipherContext.cpp
===================================================================
--- box/trunk/lib/crypto/CipherContext.cpp 2008-04-09 21:04:14 UTC (rev 2144)
+++ box/trunk/lib/crypto/CipherContext.cpp 2008-04-09 21:04:37 UTC (rev 2145)
@@ -106,7 +106,8 @@
#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