Skip to content

Commit a91b38d

Browse files
committed
.
1 parent b122ae3 commit a91b38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NetworkLibrary/Components/PooledMemoryStream.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
namespace NetworkLibrary.Components
1010
{
11-
/*Tehre is no allccation here, all byte arrays comes from pool and retuned on flush */
11+
/*There is no allccation here, all byte arrays comes from pool and retuned on flush */
1212
public class PooledMemoryStream : Stream
1313
{
1414
byte[] bufferInternal;

0 commit comments

Comments
 (0)