Fix module doc comment.

This commit is contained in:
Peter Huene
2020-07-06 19:02:52 -07:00
parent b1c7c1401e
commit 92864baa1f

View File

@@ -1,4 +1,4 @@
//! System V ABI unwind information.
//! Windows x64 ABI unwind information.
use alloc::vec::Vec;
use byteorder::{ByteOrder, LittleEndian};