Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ptersilie committed May 29, 2020
1 parent 61e680e commit bff4293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ykcompile/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ pub struct TraceCompiler {
available_regs: Vec<u8>,
/// Maps locals to their assigned registers.
assigned_regs: HashMap<Local, u8>,
/// Stores the destination local of the outer most function and moves its content into RAX at
/// Stores the destination local of the outermost function and moves its content into RAX at
/// the end of the trace.
rtn_var: Option<Place>,
}
Expand Down

0 comments on commit bff4293

Please sign in to comment.