From e34b39058813a29559a5acb940390d72786d5099 Mon Sep 17 00:00:00 2001 From: Philipp Marek Date: Wed, 25 Mar 2020 10:14:32 +0100 Subject: [PATCH] Fix typo. --- contrib/sb-capstone/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/sb-capstone/README.md b/contrib/sb-capstone/README.md index d2556a2a9b..3861adedb2 100644 --- a/contrib/sb-capstone/README.md +++ b/contrib/sb-capstone/README.md @@ -24,7 +24,7 @@ You can set up the LD_LIBRARY_PATH environment variable if necessary. Examples -------- -An example on using the bindings can be found on the tests. We rely on sb-alien heavily for passing system addresses to Capstone (where pointers where used in the C analog) +An example on using the bindings can be found on the tests. We rely on sb-alien heavily for passing system addresses to Capstone (where pointers were used in the C analog) Example: using Capstone's cs_open to create a handle