aboutsummaryrefslogtreecommitdiff
path: root/sword2/memory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/memory.cpp')
-rw-r--r--sword2/memory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/memory.cpp b/sword2/memory.cpp
index ef030d87ec..a6d1a5d710 100644
--- a/sword2/memory.cpp
+++ b/sword2/memory.cpp
@@ -24,7 +24,7 @@
// with our PocketPC version.
//
// There is one thing that prevents us from replacing the whole memory manager
-// with the standard memory allocation functions: Broken Sword II absolutely,
+// with the standard memory allocation functions: Broken Sword 2 absolutely,
// positively needs to be able to encode pointers as 32-bit integers. The
// original engine did this simply by casting between pointers and integers,
// but as far as I know that's not a very portable thing to do.