From 83a216eaf750b7ac3bde726758b66cf41fb650bd Mon Sep 17 00:00:00 2001 From: Dean Date: Fri, 19 Aug 2022 16:54:42 +1000 Subject: [PATCH] Protocol: spelling --- PROTOCOL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PROTOCOL.md b/PROTOCOL.md index c7a9a00b..5ace4d65 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -169,7 +169,7 @@ The `MAIR_EL1` register will contain at least these entries, in an unspecified o - Unspecified, correct for use with the framebuffer. The kernel and the lower-half identity mapping will be mapped with Normal write-back memory, -while the framebuffer is mappeed with the correct caching mode. The kernel must ensure that +while the framebuffer is mapped with the correct caching mode. The kernel must ensure that MMIO it wants to access is mapped with the correct caching mode. All interrupts are masked (`PSTATE.{D, A, I, F}` are set to 1). @@ -327,7 +327,7 @@ This means multiple terminals may be called simultaneously, and multiple callbacks may be handled simultaneously. The `terminal` parameter points to the `struct limine_terminal` structure to use to output the string; the `string` parameter points to a -string to print; the `length` paremeter contains the length, in bytes, of the +string to print; the `length` parameter contains the length, in bytes, of the string to print. ```c