Skip to content

Commit ccd4220

Browse files
authored
Update src/Microsoft.DotNet.XHarness.TestRunners.Xunit/WasmXmlResultWriter.cs
1 parent fbafa46 commit ccd4220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.DotNet.XHarness.TestRunners.Xunit/WasmXmlResultWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Expanded Output Buffer (UTF-16 Encoding):
9696
var outputChars = MemoryMarshal.Cast<byte, char>(outputBuffer.AsSpan(outputOffset + totalBytesWritten, OutputBlockSize));
9797
for (int i = 0; i < base64BytesWritten; i++)
9898
{
99-
// Expand each acsii byte to a char write it in the same logical position
99+
// Expand each ascii byte to a char write it in the same logical position
100100
// as a char in outputChars eventually filling the output buffer
101101
outputChars[i] = (char)base64Written[i];
102102
}

0 commit comments

Comments
 (0)