diff options
| author | josch <josch@mister-muffin.de> | 2024-07-10 10:06:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-10 11:06:02 +0200 |
| commit | dfc60e8bf1aa20144c6dde5a3b1017c46c44f2e0 (patch) | |
| tree | 88bad28e7ec7de5733dcc0da9460786abfb93268 /src/custommem.c | |
| parent | 655e752c0765d32b10244324588db1c168d0d0c8 (diff) | |
| download | box64-dfc60e8bf1aa20144c6dde5a3b1017c46c44f2e0.tar.gz box64-dfc60e8bf1aa20144c6dde5a3b1017c46c44f2e0.zip | |
fix some spelling (#1668)
Diffstat (limited to 'src/custommem.c')
| -rw-r--r-- | src/custommem.c | 2 |
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; } |