From 9866e5a14f970f6359af3a6c780d0bf204081501 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Wed, 9 Oct 2013 01:05:26 +0200 Subject: [PATCH] Comment typo fix. --- gen/toir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/toir.cpp b/gen/toir.cpp index cead06b4..f229d314 100644 --- a/gen/toir.cpp +++ b/gen/toir.cpp @@ -492,7 +492,7 @@ DValue* AssignExp::toElem(IRState* p) { Logger::println("performing ref variable initialization"); // Note that the variable value is accessed directly (instead - // of via getLValue(), which would perform a load from the + // of via getLVal(), which would perform a load from the // uninitialized location), and that rhs is stored as an l-value! DVarValue* lhs = e1->toElem(p)->isVar(); assert(lhs);