Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
theo25 committed Sep 18, 2024
1 parent e5f6e04 commit ea1dedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/kllvm/codegen/ProofEvent.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class proof_event {
llvm::LoadInst *emit_get_steps(llvm::BasicBlock *insert_at_end);

/*
* Emit instructions to get the current value of the hproof_chunk_size global
* Emit instructions to get the current value of the proof_chunk_size global
* variable, which dictates how many rewrite steps should be included per
* chunk of the hint trace.
*/
Expand Down

0 comments on commit ea1dedb

Please sign in to comment.