Skip to content

Commit 5cbb43f

Browse files
committed
typo
1 parent 6ea885a commit 5cbb43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multiboot2/src/smbios.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ impl Debug for SmbiosTag {
6060
mod tests {
6161
use crate::{SmbiosTag, Tag, TagType};
6262

63-
/// Returns the tag structure in bytes in native endian format.
63+
/// Returns the tag structure in bytes in little endian format.
6464
fn get_bytes() -> std::vec::Vec<u8> {
6565
let tables = [0xabu8; 24];
6666
// size is: 4 bytes for tag + 4 bytes for size + 1 byte for major and minor

0 commit comments

Comments
 (0)