We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea885a commit 5cbb43fCopy full SHA for 5cbb43f
multiboot2/src/smbios.rs
@@ -60,7 +60,7 @@ impl Debug for SmbiosTag {
60
mod tests {
61
use crate::{SmbiosTag, Tag, TagType};
62
63
- /// Returns the tag structure in bytes in native endian format.
+ /// Returns the tag structure in bytes in little endian format.
64
fn get_bytes() -> std::vec::Vec<u8> {
65
let tables = [0xabu8; 24];
66
// size is: 4 bytes for tag + 4 bytes for size + 1 byte for major and minor
0 commit comments