Skip to content

Commit 63125dc

Browse files
alongdatemfix22
authored andcommitted
chore: fix some typos in comments
Signed-off-by: alongdate <[email protected]>
1 parent 7956875 commit 63125dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/ImagePicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export default class ImagePicker extends React.Component {
142142
const palette = image.palette.map(c => c.hex)
143143
/*
144144
* Contributors, please feel free to adjust this algorithm to create the most
145-
* readible or aesthetically pleasing syntax highlighting.
145+
* readable or aesthetically pleasing syntax highlighting.
146146
*/
147147
this.props.updateHighlights({
148148
background: palette[0],

lib/custom/modes/riscv.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ CodeMirror.defineMode('riscv', function (/* config */) {
2828
// i) Synch
2929
// j) System
3030
// k) Counters
31-
// Part 2) RV Priveleged Instructions
31+
// Part 2) RV Privileged Instructions
3232
// a) CSR Access
3333
// b) Change Level
3434
// c) Trap Redirect
@@ -161,7 +161,7 @@ CodeMirror.defineMode('riscv', function (/* config */) {
161161
'rdinstret',
162162
'rdinstreth',
163163

164-
// Part 2) RV Priveleged Instructions
164+
// Part 2) RV Privileged Instructions
165165
// a) CSR Access
166166
'csrrw',
167167
'csrrs',

0 commit comments

Comments
 (0)