From 42ea5647c61d3b1e0525a7e7cc6cda6caffa7923 Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Wed, 18 Sep 2024 09:02:07 +0200 Subject: [PATCH] doc: typos in CHANGELOG.md's --- multiboot2-header/CHANGELOG.md | 2 +- multiboot2/CHANGELOG.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/multiboot2-header/CHANGELOG.md b/multiboot2-header/CHANGELOG.md index defc36d3..e306477c 100644 --- a/multiboot2-header/CHANGELOG.md +++ b/multiboot2-header/CHANGELOG.md @@ -17,7 +17,7 @@ This release contains a major refactoring of the internals, guaranteeing even more sanity checks for correct behaviour and lack of UB. In this release, the `Builder` was rewritten and lots of corresponding UB in certain -corer-cases removed. Further, the builder's API was streamlined. +corner cases removed. Further, the builder's API was streamlined. If you are interested in the internals of the major refactorings recently taken place, please head to the documentation of `multiboot2-common`. diff --git a/multiboot2/CHANGELOG.md b/multiboot2/CHANGELOG.md index 592a6b8f..8a5b82e1 100644 --- a/multiboot2/CHANGELOG.md +++ b/multiboot2/CHANGELOG.md @@ -27,7 +27,7 @@ Minor documentation fixes. This release contains another major refactoring of the internals, guaranteeing even more sanity checks for correct behaviour and lack of UB. In this release, the `Builder` was rewritten and lots of corresponding UB in certain -corer-cases removed. Further, the builder's API was streamlined. +corner cases removed. Further, the builder's API was streamlined. If you are interested in the internals of the major refactorings recently taken place, please head to the documentation of `multiboot2-common`. @@ -58,7 +58,7 @@ base is in excellent shape! ## 0.21.0 (2024-08-17) -This release contains a massive refactoring of various internals. Now, **almost +This release contains a massive refactoring of various internals. Now, almost **unit tests pass Miri**, thus we removed lots of undefined behaviour and increased the memory safety! 🎉 Only a small part of these internal refactorings leak to the public interface. If you don't use external custom tags, you