Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Jul 2, 2024
1 parent 1b1b98b commit 0eea613
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public void Format(Span<byte> output)

if (BitConverter.IsLittleEndian)
{
// 32-bit LE case, the pointer may not be aligned to 8 bytes
// LE case, the pointer may not be aligned to 8 bytes
Unsafe.WriteUnaligned(ref ptr, this);
}
else
Expand Down

0 comments on commit 0eea613

Please sign in to comment.