Skip to content

Commit 53a0838

Browse files
committed
Correct comment
1 parent 1a12cb6 commit 53a0838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/fipsmodule/rand/cpu_jitter_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ TEST(CPUJitterEntropyTest, Basic) {
5959
EXPECT_EQ(jent_read_entropy(jitter_ec.instance,
6060
(char*) data1, data_len), data_len);
6161

62-
// Verify that the Jitter library version is v3.4.0.
62+
// Verify that the Jitter Entropy library version is v3.6.2.
6363
unsigned int jitter_version = 3060200;
6464
EXPECT_EQ(jitter_version, jent_version());
6565
}

0 commit comments

Comments
 (0)