Fixed a typo in a comment.

svn-id: r13948
This commit is contained in:
Torbjörn Andersson 2004-06-09 06:30:49 +00:00
parent 7e70c86870
commit 51b373eb6f

View File

@ -104,7 +104,7 @@ AudioStream* AudioStream::openStreamFile(const char* filename, File *fileHandle)
* block of data, which is passed to it upon creation.
* Optionally supports looping the sound.
*
* Design note: This code tries to be as optimiized as possible (without
* Design note: This code tries to be as optimized as possible (without
* resorting to assembly, that is). To this end, it is written as a template
* class. This way the compiler can actually create optimized code for each
* special code. This results in a total of 12 versions of the code being