Philipp Schuster пре 1 година
родитељ
комит
5cbb43fdfe
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      multiboot2/src/smbios.rs

+ 1 - 1
multiboot2/src/smbios.rs

@@ -60,7 +60,7 @@ impl Debug for SmbiosTag {
 mod tests {
     use crate::{SmbiosTag, Tag, TagType};
 
-    /// Returns the tag structure in bytes in native endian format.
+    /// Returns the tag structure in bytes in little endian format.
     fn get_bytes() -> std::vec::Vec<u8> {
         let tables = [0xabu8; 24];
         // size is: 4 bytes for tag + 4 bytes for size + 1 byte for major and minor