Skip to content

Commit

Permalink
tlb update (draft)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvzhz committed Jan 10, 2025
1 parent 2432a99 commit 6ab1741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mem/vm/tlb/tlbMiddleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type Comp struct {
isPaused bool
}

// Reset sets all the entries int he TLB to be invalid
// Reset sets all the entries in the TLB to be invalid
func (c *Comp) reset() {
c.Sets = make([]internal.Set, c.numSets)
for i := 0; i < c.numSets; i++ {
Expand Down

0 comments on commit 6ab1741

Please sign in to comment.