Skip to content

Commit aa0e55d

Browse files
committed
multiboot2: doc typos
1 parent 5f8424a commit aa0e55d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

multiboot2/src/boot_loader_name.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use crate::TagType;
22

3-
/// This Tag contains the name of the bootloader that is booting the kernel.
3+
/// This tag contains the name of the bootloader that is booting the kernel.
44
///
55
/// The name is a normal C-style UTF-8 zero-terminated string that can be
66
/// obtained via the `name` method.

multiboot2/src/command_line.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use crate::TagType;
22

3-
/// This Tag contains the command line string.
3+
/// This tag contains the command line string.
44
///
55
/// The string is a normal C-style UTF-8 zero-terminated string that can be
66
/// obtained via the `command_line` method.

multiboot2/src/memory_map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use crate::TagType;
22
use core::marker::PhantomData;
33

4-
/// This Tag provides an initial host memory map.
4+
/// This tag provides an initial host memory map.
55
///
66
/// The map provided is guaranteed to list all standard RAM that should be
77
/// available for normal use. This type however includes the regions occupied

0 commit comments

Comments
 (0)