diff options
author | Torbjörn Andersson | 2004-06-09 06:30:49 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2004-06-09 06:30:49 +0000 |
commit | 51b373eb6fdcbc6af2bc606341c92cd645c56096 (patch) | |
tree | f74a9bd4e8928ece2342bfcfbca80ad498e08b38 /sound | |
parent | 7e70c86870cf72e73aeb5a099f575ca01a9eed5b (diff) | |
download | scummvm-rg350-51b373eb6fdcbc6af2bc606341c92cd645c56096.tar.gz scummvm-rg350-51b373eb6fdcbc6af2bc606341c92cd645c56096.tar.bz2 scummvm-rg350-51b373eb6fdcbc6af2bc606341c92cd645c56096.zip |
Fixed a typo in a comment.
svn-id: r13948
Diffstat (limited to 'sound')
-rw-r--r-- | sound/audiostream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/audiostream.cpp b/sound/audiostream.cpp index 26d7892e07..73ff1204cd 100644 --- a/sound/audiostream.cpp +++ b/sound/audiostream.cpp @@ -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 |