summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/TextureCacheBase.cpp
diff options
context:
space:
mode:
authorlioncash <mathew1900@hotmail.com>2013-04-19 09:21:45 -0400
committerlioncash <mathew1900@hotmail.com>2013-04-19 09:21:45 -0400
commitd244bca1f5f210e03839d0e0a485fc5511ede2d6 (patch)
tree7de5ce144373dcee73e460c89f379072c54f7f4f /Source/Core/VideoCommon/Src/TextureCacheBase.cpp
parent47f1505499dd0ba8cd78c2d5ff3600c937d75236 (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.cpp2
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);
}