Skip to content

Commit

Permalink
comment fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
rickshaw5724 committed Sep 6, 2023
1 parent 6e9e933 commit 743673a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NetMQ/Core/Utils/OpCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ internal static class Opcode

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

0 comments on commit 743673a

Please sign in to comment.