Skip to content

Commit

Permalink
contiguous
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusfriedman committed Oct 27, 2024
1 parent 01b94a1 commit 28dbfe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/Classes/SegmentStream.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The above copyright notice and this permission notice shall be included in all c
namespace Media.Common
{
/// <summary>
/// Used to crete a continious stream to locations of memory which may not be next to each other and could even overlap.
/// Used to crete a continious stream to locations of memory which may not be contiguous and could even overlap.
/// </summary>
public class SegmentStream : System.IO.Stream, IDisposed
{
Expand Down

0 comments on commit 28dbfe9

Please sign in to comment.