Skip to content

Commit

Permalink
docs: PROTOCOL.md: Fix minor grammar mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Sep 16, 2023
1 parent 14037f4 commit 69f97ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ The `MAIR_EL1` register will at least contain entries for the above-mentioned
caching modes, in an unspecified order.

In order to access MMIO regions, the kernel must ensure the correct caching mode
is used on it's own.
is used on its own.

### riscv64

Expand Down Expand Up @@ -213,7 +213,7 @@ unless the an Entry Point feature is requested (see below), in which case,
the value of `PC` is going to be taken from there.

The contents of the `VBAR_EL1` register are undefined, and the kernel must load
it's own.
its own.

The `MAIR_EL1` register contents are described above, in the caching section.

Expand Down

0 comments on commit 69f97ec

Please sign in to comment.