diff options
author | Peter Lieverdink <me@cafuego.net> | 2009-10-01 09:40:51 +1000 |
---|---|---|
committer | Peter Lieverdink <me@cafuego.net> | 2009-10-01 09:40:51 +1000 |
commit | cbaa5aaf47736f582faf8a9ed32eae285608c9fa (patch) | |
tree | 5c656ed6775e7df2a5ec849992eb44cd1e7049a8 /mysys/safemalloc.c | |
parent | 157fa0bb8d7e8b80b38a5fa41b0865d4f299d9e6 (diff) | |
download | mariadb-git-cbaa5aaf47736f582faf8a9ed32eae285608c9fa.tar.gz |
Typo fixes for "usefull" -> "useful".
Diffstat (limited to 'mysys/safemalloc.c')
-rw-r--r-- | mysys/safemalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/safemalloc.c b/mysys/safemalloc.c index a69051e6674..9b91f15c4aa 100644 --- a/mysys/safemalloc.c +++ b/mysys/safemalloc.c @@ -436,7 +436,7 @@ void TERMINATE(FILE *file, uint flag) /* Report where a piece of memory was allocated - This is usefull to call from withing a debugger + This is useful to call from withing a debugger */ void sf_malloc_report_allocated(void *memory) |