Skip to content

Commit

Permalink
fix comment capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcloughlin committed Jan 14, 2023
1 parent 53230e0 commit bcd15d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/opcodesextra/instructions.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func Instructions() []*inst.Instruction {
}
}

// Sort ISA lists. similarly, this facilitates sharing helper functions for
// Sort ISA lists. Similarly, this facilitates sharing helper functions for
// building forms lists without worrying about whether the ISA list is in
// the right order.
for _, i := range is {
Expand Down

0 comments on commit bcd15d5

Please sign in to comment.