From dc98cfd4c235a4ee3c818ce4e58a90429736466b Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Sun, 16 Jul 2017 12:08:58 +0200 Subject: [PATCH] Fix typos --- docs/manual/index.rst | 2 +- docs/manual/libudis86.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/index.rst b/docs/manual/index.rst index 1e5db0f..df06f20 100644 --- a/docs/manual/index.rst +++ b/docs/manual/index.rst @@ -5,7 +5,7 @@ Welcome to udis86's documentation! Udis86 is a disassembler engine that decodes a stream of binary machine code bytes as opcodes defined in the x86 and x86-64 class -of Instruction Set Archictures. The core component of this project +of Instruction Set Architectures. The core component of this project is libudis86 which provides a clean and simple interface to disassemble binary code, and to inspect the disassembly to various degrees of detail. The library is designed to aid software diff --git a/docs/manual/libudis86.rst b/docs/manual/libudis86.rst index 67e1085..b46532f 100644 --- a/docs/manual/libudis86.rst +++ b/docs/manual/libudis86.rst @@ -151,7 +151,7 @@ translator using the following function. If you want to create your own translator, you can specify a pointer to your own function. This function must accept a single parameter, the udis86 object - :type:`ud_t`, and it will be invoked everytime an instruction is decoded. + :type:`ud_t`, and it will be invoked every time an instruction is decoded. Disassemble @@ -488,8 +488,8 @@ disassembled instruction using the function :func:`ud_insn_opr`. Inspect Prefixes ---------------- -Prefix bytes that affect the disassembly of the instruction are availabe in the -following fields, each of which corressponds to a particular type or class of +Prefix bytes that affect the disassembly of the instruction are available in the +following fields, each of which corresponds to a particular type or class of prefixes. .. c:member:: uint8_t ud_t.pfx_rex