From 5de2bfeb984dbf824a20fded9602d7d92b567b8d Mon Sep 17 00:00:00 2001 From: Rubo Date: Sun, 27 Feb 2022 12:41:34 +0000 Subject: [PATCH] Fix grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41241cc..da7d347 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ example your main() will NOT be like `main(int argc, char **argv)`, but `main(in the other string related libc functions (like strlen() for example) will use this wide character type too. For this reason, you must specify your string literals with `L""` and characters with `L''`. To handle both configurations, `char_t` type is defined, which is either `char` or `wchar_t`, and the `CL()` macro which might add the `L` prefix to constant literals. -Functions that supposed to handle characters in int type (like `getchar`, `putchar`), do not truncate to unsigned char, +Functions that are supposed to handle characters in int type (like `getchar`, `putchar`), do not truncate to unsigned char, rather to wchar_t. Sadly UEFI has no concept of reallocation. AllocatePool does not accept input, and there's no way to query the size of an