From 743673acae899966e4f141f4701e451bd5555c89 Mon Sep 17 00:00:00 2001 From: rickshaw5724 Date: Wed, 6 Sep 2023 18:45:57 -0400 Subject: [PATCH] comment fixing --- src/NetMQ/Core/Utils/OpCode.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NetMQ/Core/Utils/OpCode.cs b/src/NetMQ/Core/Utils/OpCode.cs index df65abde..060064c6 100644 --- a/src/NetMQ/Core/Utils/OpCode.cs +++ b/src/NetMQ/Core/Utils/OpCode.cs @@ -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