Skip to content

Commit

Permalink
chore: fix some typos in comments
Browse files Browse the repository at this point in the history
Signed-off-by: alongdate <[email protected]>
  • Loading branch information
alongdate authored and mfix22 committed Dec 27, 2024
1 parent 7956875 commit 63125dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/ImagePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export default class ImagePicker extends React.Component {
const palette = image.palette.map(c => c.hex)
/*
* Contributors, please feel free to adjust this algorithm to create the most
* readible or aesthetically pleasing syntax highlighting.
* readable or aesthetically pleasing syntax highlighting.
*/
this.props.updateHighlights({
background: palette[0],
Expand Down
4 changes: 2 additions & 2 deletions lib/custom/modes/riscv.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CodeMirror.defineMode('riscv', function (/* config */) {
// i) Synch
// j) System
// k) Counters
// Part 2) RV Priveleged Instructions
// Part 2) RV Privileged Instructions
// a) CSR Access
// b) Change Level
// c) Trap Redirect
Expand Down Expand Up @@ -161,7 +161,7 @@ CodeMirror.defineMode('riscv', function (/* config */) {
'rdinstret',
'rdinstreth',

// Part 2) RV Priveleged Instructions
// Part 2) RV Privileged Instructions
// a) CSR Access
'csrrw',
'csrrs',
Expand Down

0 comments on commit 63125dc

Please sign in to comment.