diff options
| author | lioncash <mathew1900@hotmail.com> | 2013-04-19 09:21:45 -0400 |
|---|---|---|
| committer | lioncash <mathew1900@hotmail.com> | 2013-04-19 09:21:45 -0400 |
| commit | d244bca1f5f210e03839d0e0a485fc5511ede2d6 (patch) | |
| tree | 7de5ce144373dcee73e460c89f379072c54f7f4f /Source/Core/VideoCommon/Src/TextureCacheBase.cpp | |
| parent | 47f1505499dd0ba8cd78c2d5ff3600c937d75236 (diff) | |
Fix a bunch of random typos in comments and logging.
Also update the comment headers for two functions in GCMemcard.cpp.
Diffstat (limited to 'Source/Core/VideoCommon/Src/TextureCacheBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/TextureCacheBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/TextureCacheBase.cpp b/Source/Core/VideoCommon/Src/TextureCacheBase.cpp index 2ea35680b6..d1abe79245 100644 --- a/Source/Core/VideoCommon/Src/TextureCacheBase.cpp +++ b/Source/Core/VideoCommon/Src/TextureCacheBase.cpp @@ -382,7 +382,7 @@ TextureCache::TCacheEntryBase* TextureCache::Load(unsigned int const stage, // TODO: Print a warning if the format changes! In this case, // we could reinterpret the internal texture object data to the new pixel format - // (similiar to what is already being done in Renderer::ReinterpretPixelFormat()) + // (similar to what is already being done in Renderer::ReinterpretPixelFormat()) return ReturnEntry(stage, entry); } |
