Skip to content
Snippets Groups Projects
Commit 332565c7 authored by Franck Dary's avatar Franck Dary
Browse files

Corrected typo

parent a688d449
Branches
No related tags found
No related merge requests found
......@@ -689,7 +689,7 @@ void Oracle::explainCostOfAction(FILE * output, Config & c, const std::string &
}
else if (headGov == s)
{
fprintf(output, "The current getHead()\'s governor is on the stack %d(%s)\n", s, c.getTape("FORM").getRef(s-head).c_str());
fprintf(output, "The current head\'s governor is on the stack %d(%s)\n", s, c.getTape("FORM").getRef(s-head).c_str());
return;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment