Skip to content
Snippets Groups Projects
Commit 284d2357 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix typos in comments

parent 4518ad3f
No related branches found
No related tags found
No related merge requests found
...@@ -203,7 +203,7 @@ DWORD RingBufWrite( RingBuf* rb, const BYTE* src, DWORD cnt ) ...@@ -203,7 +203,7 @@ DWORD RingBufWrite( RingBuf* rb, const BYTE* src, DWORD cnt )
return cnt; return cnt;
} }
/* Pass NULL dst to just foward pointer (after Peek) */ /* Pass NULL dst to just forward pointer (after Peek) */
DWORD RingBufRead( RingBuf* rb, BYTE* dst, DWORD cnt ) DWORD RingBufRead( RingBuf* rb, BYTE* dst, DWORD cnt )
{ {
DWORD max, first, remain, len; DWORD max, first, remain, len;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment