aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/memory.cpp
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2016-10-21 11:35:47 +0800
committerGitHub <noreply@github.com>2016-10-21 11:35:47 +0800
commit8b367777319b4fc14c7a9af6b91e07702cbb8742 (patch)
treefa2cf9ff34820635fcea6a48679547f40c58bd17 /src/core/hle/kernel/memory.cpp
parentcc7f1155a890e049299911aa54ec82804a2e5347 (diff)
parent13d46f6820f231fe245eabdd95c7e70c5b3bb023 (diff)
Merge pull request #2131 from ricardotk/typos
Fix typos
Diffstat (limited to 'src/core/hle/kernel/memory.cpp')
-rw-r--r--src/core/hle/kernel/memory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/memory.cpp b/src/core/hle/kernel/memory.cpp
index e65fd5c41..33c165197 100644
--- a/src/core/hle/kernel/memory.cpp
+++ b/src/core/hle/kernel/memory.cpp
@@ -23,7 +23,7 @@ namespace Kernel {
static MemoryRegionInfo memory_regions[3];
-/// Size of the APPLICATION, SYSTEM and BASE memory regions (respectively) for each sytem
+/// Size of the APPLICATION, SYSTEM and BASE memory regions (respectively) for each system
/// memory configuration type.
static const u32 memory_region_sizes[8][3] = {
// Old 3DS layouts