diff options
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; } |