summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/VolumeCommon.cpp
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2015-01-21 13:46:53 -0600
committerRyan Houdek <Sonicadvance1@gmail.com>2015-01-21 13:46:53 -0600
commit80e6367e46f0323417e131940f59d5e6bc91eff0 (patch)
tree29d7ec2d9ad4f9a6b7b59c34e76c4aa53d056b7c /Source/Core/DiscIO/VolumeCommon.cpp
parentf9fc9d47c0ac7692afcdc06582803776e109e0c0 (diff)
parentf31b688cf56725e70d9c31371ad828a701c86aad (diff)
Merge pull request #1869 from Stevoisiak/GeneralConsistency
Minor consistency changes
Diffstat (limited to 'Source/Core/DiscIO/VolumeCommon.cpp')
-rw-r--r--Source/Core/DiscIO/VolumeCommon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/VolumeCommon.cpp b/Source/Core/DiscIO/VolumeCommon.cpp
index 235bb22b44..c7ab76777b 100644
--- a/Source/Core/DiscIO/VolumeCommon.cpp
+++ b/Source/Core/DiscIO/VolumeCommon.cpp
@@ -52,7 +52,7 @@ IVolume::ECountry CountrySwitch(u8 CountryCode)
// NTSC
case 'E':
case 'N': // Japanese import to USA and other NTSC regions
- case 'Z': // Prince Of Persia - The Forgotten Sands (WII)
+ case 'Z': // Prince of Persia - The Forgotten Sands (Wii)
case 'B': // Ufouria: The Saga (Virtual Console)
return IVolume::COUNTRY_USA;