Comment typo fix.

This commit is contained in:
David Nadlinger
2013-10-09 01:05:26 +02:00
parent 44f60199ad
commit 9866e5a14f

View File

@@ -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);