diff --git a/asteria/compiler/statement.cpp b/asteria/compiler/statement.cpp index 12d65f6a7..e7eb8f788 100644 --- a/asteria/compiler/statement.cpp +++ b/asteria/compiler/statement.cpp @@ -388,7 +388,7 @@ generate_code(cow_vector& code, Analytic_Context& ctx, const auto& altr = this->m_stor.as(); // Note that names declared in the first segment of a for-statement outlasts - // every iteration, so we have to create an outer contexts here. + // every iteration, so we have to create an outer context here. Analytic_Context ctx_for(xtc_plain, ctx); // Generate code for the initializer, the condition and the loop increment.