diff options
| author | Stevoisiak <S.Vascellaro@gmail.com> | 2015-01-11 00:17:29 -0500 |
|---|---|---|
| committer | Stevoisiak <Stevoisiak@gmail.com> | 2015-01-12 15:18:18 -0500 |
| commit | cb86db7b68481edf129a4bfcf6cd44a9a0f32ac8 (patch) | |
| tree | bcb70b5e663dec4c5dd4bf3a750bfef476ab655e /Source/Core/AudioCommon/OpenALStream.cpp | |
| parent | b3474c821868717ef6fe542ddcf1892dd0802c04 (diff) | |
Minor consistency changes
Mostly small changes, like capitalization and spelling
Diffstat (limited to 'Source/Core/AudioCommon/OpenALStream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/OpenALStream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/OpenALStream.cpp b/Source/Core/AudioCommon/OpenALStream.cpp index 0752e54b6c..fb0863e8e9 100644 --- a/Source/Core/AudioCommon/OpenALStream.cpp +++ b/Source/Core/AudioCommon/OpenALStream.cpp @@ -132,7 +132,7 @@ void OpenALStream::SoundLoop() #if defined(__APPLE__) bool float32_capable = false; const ALenum AL_FORMAT_STEREO_FLOAT32 = 0; - // OSX does not have the alext AL_FORMAT_51CHN32 yet. + // OS X does not have the alext AL_FORMAT_51CHN32 yet. surround_capable = false; const ALenum AL_FORMAT_51CHN32 = 0; #else |
