Skip to content

Commit 743673a

Browse files
committed
comment fixing
1 parent 6e9e933 commit 743673a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NetMQ/Core/Utils/OpCode.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ internal static class Opcode
1111

1212
public static bool Open()
1313
{
14-
//Look for an environment variable: "NETQM_SUPPRESS_RDTSC" with any value
14+
// Look for an environment variable: "NETQM_SUPPRESS_RDTSC" with any value.
1515
// The application can set this environment variable when this code is running in a system where
1616
// it is not desirable to read the processor's time stamp counter.
1717
// While this is supported in modern CPUs, the technique used for allocating executable memory, copying OP Code

0 commit comments

Comments
 (0)