From 89238aebe9d683fa2e82972d630969a1003ada53 Mon Sep 17 00:00:00 2001
From: Jonas Kulla <Nyocurio@gmail.com>
Date: Sun, 6 Oct 2013 07:11:03 +0200
Subject: [PATCH] s/rgss/RGSS

---
 src/eventthread.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/eventthread.h b/src/eventthread.h
index f18a993..c079271 100644
--- a/src/eventthread.h
+++ b/src/eventthread.h
@@ -104,7 +104,7 @@ private:
 	} fps;
 };
 
-/* Used to asynchronously inform the rgss thread
+/* Used to asynchronously inform the RGSS thread
  * about window size changes */
 struct WindowSizeNotify
 {
@@ -157,9 +157,9 @@ struct WindowSizeNotify
 
 struct RGSSThreadData
 {
-	/* Main thread sets this to request rgss thread to terminate */
+	/* Main thread sets this to request RGSS thread to terminate */
 	volatile bool rqTerm;
-	/* In response, rgss thread sets this to confirm
+	/* In response, RGSS thread sets this to confirm
 	 * that it received the request and isn't stuck */
 	volatile bool rqTermAck;