Philipp Schuster %!s(int64=2) %!d(string=hai) anos
pai
achega
5cbb43fdfe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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