about summary refs log tree commit diff stats
path: root/src/custommem.c
diff options
context:
space:
mode:
authorjosch <josch@mister-muffin.de>2024-07-10 10:06:02 +0100
committerGitHub <noreply@github.com>2024-07-10 11:06:02 +0200
commitdfc60e8bf1aa20144c6dde5a3b1017c46c44f2e0 (patch)
tree88bad28e7ec7de5733dcc0da9460786abfb93268 /src/custommem.c
parent655e752c0765d32b10244324588db1c168d0d0c8 (diff)
downloadbox64-dfc60e8bf1aa20144c6dde5a3b1017c46c44f2e0.tar.gz
box64-dfc60e8bf1aa20144c6dde5a3b1017c46c44f2e0.zip
fix some spelling (#1668)
Diffstat (limited to 'src/custommem.c')
-rw-r--r--src/custommem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/custommem.c b/src/custommem.c
index 28a0fdee..c8f8db66 100644
--- a/src/custommem.c
+++ b/src/custommem.c
@@ -304,7 +304,7 @@ int printBlockCoherent(int i)
         m = n;
     }
     if(m!=last) {
-        printf_log(LOG_NONE, "Last block %p is behond expexted block %p for block %d\n", m, last, i);
+        printf_log(LOG_NONE, "Last block %p is beyond expected block %p for block %d\n", m, last, i);
         ret = 0;
     }