diff --git a/shared/Microsoft.AspNetCore.RangeHelper.Sources/RangeHelper.cs b/shared/Microsoft.AspNetCore.RangeHelper.Sources/RangeHelper.cs
index 458389573f..07f9905490 100644
--- a/shared/Microsoft.AspNetCore.RangeHelper.Sources/RangeHelper.cs
+++ b/shared/Microsoft.AspNetCore.RangeHelper.Sources/RangeHelper.cs
@@ -86,7 +86,7 @@ namespace Microsoft.AspNetCore.Internal
/// A helper method to normalize a collection of s.
///
/// A collection of to normalize.
- /// The length of the provided .
+ /// The total length of the file representation requested.
/// A normalized list of s.
// 14.35.1 Byte Ranges - If a syntactically valid byte-range-set includes at least one byte-range-spec whose
// first-byte-pos is less than the current length of the entity-body, or at least one suffix-byte-range-spec
@@ -127,7 +127,7 @@ namespace Microsoft.AspNetCore.Internal
/// A helper method to normalize a .
///
/// The to normalize.
- /// The length of the provided .
+ /// The total length of the file representation requested.
/// A normalized .
public static RangeItemHeaderValue NormalizeRange(RangeItemHeaderValue range, long length)
{