From f034ce348e60899db1489a3e6e4765d861d5ad18 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sun, 27 Jan 2019 19:43:33 -0200 Subject: [PATCH] Fix typo --- ChocolArm64/Translation/TranslatorQueue.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChocolArm64/Translation/TranslatorQueue.cs b/ChocolArm64/Translation/TranslatorQueue.cs index 3d71108bc8..89d665bfbd 100644 --- a/ChocolArm64/Translation/TranslatorQueue.cs +++ b/ChocolArm64/Translation/TranslatorQueue.cs @@ -5,7 +5,7 @@ namespace ChocolArm64.Translation { class TranslatorQueue { - //This is the maximum numbers of functions that the queue can hold to be translated. + //This is the maximum number of functions to be translated that the queue can hold. //The value may need some tuning to find the sweet spot. private const int MaxQueueSize = 1024;