Skip to content

Commit b663df5

Browse files
committed
improve comment case
1 parent 90770f5 commit b663df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/benchmark.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function runValgrindPhpCgiCommand(
109109
): array {
110110
global $phpCgi;
111111

112-
// ASLR can cause a lot of noise due to missed sse opportunities for memcpy and other operations
112+
// ASLR can cause a lot of noise due to missed SSE opportunities for memcpy and other operations
113113
$aslrDisable = checkPersonalityAslrDisablePermission();
114114

115115
$profileOut = __DIR__ . "/profiles/callgrind.out.$name";

0 commit comments

Comments
 (0)