From 84394f0d6888e4606084b339d55a2fac164c6087 Mon Sep 17 00:00:00 2001 From: mintsuki Date: Wed, 30 Mar 2022 14:55:51 +0200 Subject: [PATCH] limine: Fix typo --- PROTOCOL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROTOCOL.md b/PROTOCOL.md index e2b3a199..25149f92 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -25,7 +25,7 @@ The Limine protocol does not enforce any specific executable format, but kernels using formats not supported by the bootloader, or using flat binaries, *must* provide a Executable Layout Feature (see below). -Compliant bootloader must support at least the ELF 64-bit executable format. +Compliant bootloaders must support at least the ELF 64-bit executable format. ## Features