Skip to content

Commit 602e6ea

Browse files
authored
fix broken comment in BitOperations.cs (#108056)
1 parent ed5c110 commit 602e6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.Private.CoreLib/src/System/Numerics/BitOperations.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ internal static uint FlipBit(uint value, int index)
948948
/// <summary>
949949
/// Flip the bit at a specific position in a given value.
950950
/// Similar in behavior to the x86 instruction BTC (Bit Test and Complement).
951-
/// /// </summary>
951+
/// </summary>
952952
/// <param name="value">The value.</param>
953953
/// <param name="index">The zero-based index of the bit to flip.
954954
/// Any value outside the range [0..63] is treated as congruent mod 64.</param>

0 commit comments

Comments
 (0)