X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=memory.c;h=af4d5ef8ee371701f02806369a3581ecfdc42628;hb=6cd4d583c75042bf1edd3d2d5c6626883755bfe4;hp=c04d7dfa6cf4205c7e9afc6f63d41c7bfdb7234d;hpb=ecfd2bb08cc87bc9a1b3d612258f1fdfb4d09698;p=fio.git diff --git a/memory.c b/memory.c index c04d7dfa..af4d5ef8 100644 --- a/memory.c +++ b/memory.c @@ -89,7 +89,7 @@ static int alloc_mem_shm(struct thread_data *td, unsigned int total_mem) " support huge pages.\n"); } else if (errno == ENOMEM) { log_err("fio: no huge pages available, do you" - " need to alocate some? See HOWTO.\n"); + " need to allocate some? See HOWTO.\n"); } }