diff --git a/src/script_opt/ZAM/Compile.h b/src/script_opt/ZAM/Compile.h index 4b99f96619..e2b4a7a400 100644 --- a/src/script_opt/ZAM/Compile.h +++ b/src/script_opt/ZAM/Compile.h @@ -419,7 +419,7 @@ private: // Optimizing the low-level compiled instructions. void OptimizeInsts(); - // Tracks which instructions can be branched to via the given + // Tracks which instructions can be branched to via the given // set of switches. template void TallySwitchTargets(const CaseMapsI& switches);