Fix various comment typos

This commit is contained in:
Sintendo
2016-09-12 00:25:45 +02:00
parent b0e2642883
commit f163bd1048
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