mirror of
https://github.com/boostorg/spirit.git
synced 2026-01-19 04:42:11 +00:00
typo fix
[SVN r77225]
This commit is contained in:
committed by
Nikita Kniazev
parent
9ff631f0da
commit
ade886de46
@@ -400,7 +400,7 @@ namespace client { namespace code_gen
|
||||
return false;
|
||||
(*current)[skip] = current->size()-skip; // now we know where to jump to (after the if branch)
|
||||
|
||||
if (x.else_) // We got an alse
|
||||
if (x.else_) // We got an else
|
||||
{
|
||||
(*current)[skip] += 2; // adjust for the "else" jump
|
||||
current->op(op_jump, 0); // we shall fill this (0) in later
|
||||
|
||||
Reference in New Issue
Block a user