diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2022-09-17 17:31:08 +0700 |
---|---|---|
committer | iximeow <git@iximeow.net> | 2022-09-23 00:29:30 -0700 |
commit | a36f07578272821cfad2c940b00a5600fd03c793 (patch) | |
tree | 0f826a966220633d9ad0a2d9112bbb66c81880bb /src/lib.rs | |
parent | 093781f2652416c28927c76b9ada05ba6450b330 (diff) |
Fix some typos.
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ //! ``` //! //! instructions, operands, registers, and generally all decoding structures, are in their mode's -//! repsective submodule: +//! respective submodule: //! * `x86_64`/`amd64` decoding is under [`long_mode`] //! * `x86_32`/`x86` decoding is under [`protected_mode`] //! * `x86_16`/`8086` decoding is under [`real_mode`] |