aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeex <zeex@rocketmail.com>2020-05-30 20:04:46 +0600
committerZeex <zeex@rocketmail.com>2020-05-30 20:07:39 +0600
commit5a7c048f30984d71269bb2254e3ed324a60ad2bf (patch)
treefccaed5b643667136ab9cc0a3ee9242346d821d8
parent2fe65f1de98ff5f3b1afab6b33b68947b6258f47 (diff)
downloadsubhook-5a7c048f30984d71269bb2254e3ed324a60ad2bf.zip
subhook-5a7c048f30984d71269bb2254e3ed324a60ad2bf.tar.gz
subhook-5a7c048f30984d71269bb2254e3ed324a60ad2bf.tar.bz2
Fix typo
-rw-r--r--subhook.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/subhook.h b/subhook.h
index e93c332..03d9b5f 100644
--- a/subhook.h
+++ b/subhook.h
@@ -128,9 +128,9 @@ SUBHOOK_EXPORT void *SUBHOOK_API subhook_read_dst(void *src);
* Sets a custom disassmbler function to use in place of the default one
* (subhook_disasm).
*
- * The default function recognized a small st of x86 instructiosn commonly
- * in prologues. If it fails in your situation you might want to use a more
- * advanced disassembler library.
+ * The default function can recognize only a small subset of x86 instructions
+ * commonly used in prologues. If it fails in your situation, you might want
+ * to use a more advanced disassembler library.
*/
SUBHOOK_EXPORT void SUBHOOK_API subhook_set_disasm_handler(
subhook_disasm_handler_t handler);