Skip to content

Commit

Permalink
Merge pull request xbmc#17577 from H-KY/patch-1
Browse files Browse the repository at this point in the history
Spelling Mistake in IMemoryStream.h
  • Loading branch information
fuzzard authored and Maven85 committed Aug 5, 2020
1 parent 978a2f7 commit 60132a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/cores/RetroPlayer/streams/memory/IMemoryStream.h
Expand Up @@ -49,7 +49,7 @@ namespace RETRO
* \brief Initialize memory stream
*
* \param frameSize The size of the serialized memory state
* \param maxFrameCount The maximum number of frames this steam can hold
* \param maxFrameCount The maximum number of frames this stream can hold
*/
virtual void Init(size_t frameSize, uint64_t maxFrameCount) = 0;

Expand Down

0 comments on commit 60132a2

Please sign in to comment.