]> git.lizzy.rs Git - rust.git/commitdiff
Update comment
authorJay Somedon <jay.somedon@outlook.com>
Wed, 23 Dec 2020 14:04:39 +0000 (22:04 +0800)
committerEdwin Cheng <edwin0cheng@gmail.com>
Thu, 4 Mar 2021 01:11:43 +0000 (09:11 +0800)
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
crates/proc_macro_api/src/lib.rs

index a58e39de010545adb10194e5a1b834dce5f9fd83..34a4e68ab788fdbbd880fa6f318cd4f2daa1747f 100644 (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: