Fix typo endinanness -> endianness (#48319)
authorBjörn Harrtell <bjornharrtell@users.noreply.github.com>
Tue, 16 Feb 2021 01:06:38 +0000 (02:06 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Feb 2021 01:06:38 +0000 (20:06 -0500)
src/libraries/System.Private.CoreLib/src/System/Buffers/Binary/Reader.cs

index d3dd478..034bd7c 100644 (file)
@@ -11,7 +11,7 @@ namespace System.Buffers.Binary
     /// </summary>
     /// <remarks>
     /// For native formats, MemoryExtensions.Read{T}; should be used.
-    /// Use these helpers when you need to read specific endinanness.
+    /// Use these helpers when you need to read specific endianness.
     /// </remarks>
     public static partial class BinaryPrimitives
     {