aboutsummaryrefslogtreecommitdiff
path: root/core/message_queue.cpp
diff options
context:
space:
mode:
authorluz.paz2018-02-21 11:30:55 -0500
committerRémi Verschelde2018-02-21 19:46:06 +0100
commit612ab4bbc6f2396f4dcd68c3f142f7dfa2f5f0a5 (patch)
tree74a9d00318eb6666ae65ae222d22f7d0352cc2ca /core/message_queue.cpp
parent6afaf83de39d29746f8852daadadc0d46483c7ef (diff)
downloadgodot-612ab4bbc6f2396f4dcd68c3f142f7dfa2f5f0a5.tar.gz
godot-612ab4bbc6f2396f4dcd68c3f142f7dfa2f5f0a5.tar.zst
godot-612ab4bbc6f2396f4dcd68c3f142f7dfa2f5f0a5.zip
Diffstat (limited to 'core/message_queue.cpp')
-rw-r--r--core/message_queue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/message_queue.cpp b/core/message_queue.cpp
index 3ceafe1a3..25ee6eafa 100644
--- a/core/message_queue.cpp
+++ b/core/message_queue.cpp
@@ -278,7 +278,7 @@ void MessageQueue::flush() {
while (read_pos < buffer_end) {
- //lock on each interation, so a call can re-add itself to the message queue
+ //lock on each iteration, so a call can re-add itself to the message queue
Message *message = (Message *)&buffer[read_pos];