Skip to content

Commit eda7382

Browse files
committed
doc: fix typos
1 parent 887cd56 commit eda7382

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

uefi-services/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# uefi-services
22

33
WARNING: `uefi-services` is deprecated. Functionality was moved to
4-
`uefi::helpers::init` in `uefi` ´v0.28.0`.
4+
`uefi::helpers::init` in `uefi@v0.28.0`.

uefi/src/table/boot.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ impl BootServices {
216216
///
217217
/// The buffer must be aligned like a `MemoryDescriptor`.
218218
///
219-
/// The returned key is a unique identifier of the current configuration of memory.
220-
/// Any allocations or such will change the memory map's key.
219+
/// The returned key is a unique identifier of the current configuration of
220+
/// memory. Any allocations or such will change the memory map's key.
221221
///
222222
/// If you want to store the resulting memory map without having to keep
223223
/// the buffer around, you can use `.copied().collect()` on the iterator.
@@ -1624,7 +1624,7 @@ pub struct MemoryMapSize {
16241624
/// map, you manually have to call [`MemoryMap::sort`] first.
16251625
///
16261626
/// ## UEFI pitfalls
1627-
/// **Please note that when working with memory maps, the `entry_size` is
1627+
/// **Please note** that when working with memory maps, the `entry_size` is
16281628
/// usually larger than `size_of::<MemoryDescriptor` [[0]]. So to be safe,
16291629
/// always use `entry_size` as step-size when interfacing with the memory map on
16301630
/// a low level.

0 commit comments

Comments
 (0)