diff --git a/HdrHistogram/Utilities/Bitwise.cs b/HdrHistogram/Utilities/Bitwise.cs index 2e45e76..1cd8166 100644 --- a/HdrHistogram/Utilities/Bitwise.cs +++ b/HdrHistogram/Utilities/Bitwise.cs @@ -50,7 +50,7 @@ private static int IntrinsicNumberOfLeadingZeros(long value) //http://graphics.stanford.edu/~seander/bithacks.html#IntegerLogObvious /// - /// Imperative implementation of the LeadingZeroCount, when access to the is not available. + /// Imperative implementation of the LeadingZeroCount, when access to the System.Numerics.BitOperations.LeadingZeroCount(ulong) is not available. /// public static class Imperative {