Update comment

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
This commit is contained in:
Jay Somedon
2020-12-23 22:04:39 +08:00
committed by Edwin Cheng
parent 55d73bc675
commit c92db2abf9
+1 -1
View File
@@ -132,7 +132,7 @@ fn read_section<'a>(&self, dylib_binary: &'a [u8], section_name: &str) -> io::Re
// * [b'r',b'u',b's',b't',0,0,0,5] is the first 8 bytes
// * ff060000 734e6150 is followed, it's the snappy format magic bytes,
// means bytes from here(including this sequence) are compressed in
// snappy compression format. Version info is here inside, so decompress
// snappy compression format. Version info is inside here, so decompress
// this.
// The bytes you get after decompressing the snappy format portion has
// following layout: