diff --git a/src/LibHac/BitReader.cs b/src/LibHac/BitReader.cs index efc3754d..fdd7986a 100644 --- a/src/LibHac/BitReader.cs +++ b/src/LibHac/BitReader.cs @@ -122,7 +122,7 @@ namespace LibHac /// Example: /// A 4-bit offset binary value with a positive bias can store /// the values 8 through -7 inclusive. - /// A 4-bit offset binary value with a positive bias can store + /// A 4-bit offset binary value with a negative bias can store /// the values 7 through -8 inclusive. public enum OffsetBias {