summaryrefslogtreecommitdiff
path: root/validat1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'validat1.cpp')
-rw-r--r--validat1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/validat1.cpp b/validat1.cpp
index b91eaf29..ea75089f 100644
--- a/validat1.cpp
+++ b/validat1.cpp
@@ -214,7 +214,7 @@ bool TestSettings()
}
#ifdef CRYPTOPP_ALLOW_UNALIGNED_DATA_ACCESS
- // Don't CRYPTOPP_ASSERT the alignment of testvals. That's what this test is for.
+ // Don't assert the alignment of testvals. That's what this test is for.
byte testvals[10] = {1,2,2,3,3,3,3,2,2,1};
if (*(word32 *)(void *)(testvals+3) == 0x03030303 && *(word64 *)(void *)(testvals+1) == W64LIT(0x0202030303030202))
cout << "passed: Your machine allows unaligned data access.\n";