Merge pull request #4383 from Sintendo/minor-text-fixes

Fix minor comment typos
This commit is contained in:
Markus Wick
2016-10-31 12:51:42 +01:00
committed by GitHub
6 changed files with 12 additions and 10 deletions

View File

@ -75,7 +75,7 @@ static const u32 STATE_VERSION = 65; // Last changed in PR 4120
// Maps savestate versions to Dolphin versions.
// Versions after 42 don't need to be added to this list,
// beacuse they save the exact Dolphin version to savestates.
// because they save the exact Dolphin version to savestates.
static const std::map<u32, std::pair<std::string, std::string>> s_old_versions = {
// The 16 -> 17 change modified the size of StateHeader,
// so versions older than that can't even be decompressed anymore