Skip to content

Commit 42ea564

Browse files
committed
doc: typos in CHANGELOG.md's
1 parent e2776f1 commit 42ea564

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

multiboot2-header/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
This release contains a major refactoring of the internals, guaranteeing
1818
even more sanity checks for correct behaviour and lack of UB. In this release,
1919
the `Builder` was rewritten and lots of corresponding UB in certain
20-
corer-cases removed. Further, the builder's API was streamlined.
20+
corner cases removed. Further, the builder's API was streamlined.
2121

2222
If you are interested in the internals of the major refactorings recently taken
2323
place, please head to the documentation of `multiboot2-common`.

multiboot2/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Minor documentation fixes.
2727
This release contains another major refactoring of the internals, guaranteeing
2828
even more sanity checks for correct behaviour and lack of UB. In this release,
2929
the `Builder` was rewritten and lots of corresponding UB in certain
30-
corer-cases removed. Further, the builder's API was streamlined.
30+
corner cases removed. Further, the builder's API was streamlined.
3131

3232
If you are interested in the internals of the major refactorings recently taken
3333
place, please head to the documentation of `multiboot2-common`.
@@ -58,7 +58,7 @@ base is in excellent shape!
5858

5959
## 0.21.0 (2024-08-17)
6060

61-
This release contains a massive refactoring of various internals. Now, **almost
61+
This release contains a massive refactoring of various internals. Now, almost
6262
**unit tests pass Miri**, thus we removed lots of undefined behaviour and
6363
increased the memory safety! 🎉 Only a small part of these internal refactorings
6464
leak to the public interface. If you don't use external custom tags, you

0 commit comments

Comments
 (0)