Fix typo in riscv.js (#1325)

Psuedo -> Pseudo
main
Ikko Ashimine 3 years ago committed by GitHub
parent 0e95506d35
commit 60def7b010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -205,7 +205,7 @@ CodeMirror.defineMode('riscv', function (/* config */) {
'remud',
// Part 4) Pseudo Instructions
// a) Standard Psuedo Instructions
// a) Standard Pseudo Instructions
'beqz',
'bgez',
'bgt',
@ -232,7 +232,7 @@ CodeMirror.defineMode('riscv', function (/* config */) {
'sltz',
'snez',
'tail',
// b) Non-Standard Psuedo Instructions
// b) Non-Standard Pseudo Instructions
'seq',
'sge',
'sgeu',

Loading…
Cancel
Save