Fix code comment (#6640)

automerge
This commit is contained in:
Greg Fitzgerald 2019-10-30 23:21:34 -06:00 committed by Grimes
parent 5264fded00
commit 328a6a866e
1 changed files with 1 additions and 2 deletions

View File

@ -133,8 +133,7 @@ pub fn verify_instruction(
return Err(InstructionError::CreditOnlyDataModified);
}
// executable is one-way (false->true) and
// only system or the account owner may modify.
// executable is one-way (false->true) and only the account owner may set it.
if pre.executable != post.executable
&& (!is_debitable // line coverage used to get branch coverage
|| pre.executable // line coverage used to get branch coverage