aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h
index e02779fe47..b584739b77 100644
--- a/common/system.h
+++ b/common/system.h
@@ -1031,7 +1031,7 @@ public:
};
-/** The global OSystem instance. Initialised in main(). */
+/** The global OSystem instance. Initialized in main(). */
extern OSystem *g_system;
#endif