Skip to content

Commit

Permalink
fix comment for 'sepc'
Browse files Browse the repository at this point in the history
  • Loading branch information
kolontsov authored and kaashoek committed Aug 31, 2021
1 parent 8d4ff0b commit f524198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/riscv.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ w_mie(uint64 x)
asm volatile("csrw mie, %0" : : "r" (x));
}

// machine exception program counter, holds the
// supervisor exception program counter, holds the
// instruction address to which a return from
// exception will go.
static inline void
Expand Down

0 comments on commit f524198

Please sign in to comment.