From: Jens Axboe Date: Thu, 19 Jul 2007 08:01:03 +0000 (+0200) Subject: Fix typo in shmhuge commit X-Git-Tag: fio-1.16.7~4 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=886b878aed5decd6fdc6c61d2f11aa5b960b4f1c Fix typo in shmhuge commit Signed-off-by: Jens Axboe --- diff --git a/memory.c b/memory.c index a95edd78..efbea04c 100644 --- a/memory.c +++ b/memory.c @@ -65,7 +65,7 @@ static int alloc_mem_shm(struct thread_data *td) td_verror(td, errno, "shmget"); if (geteuid() != 0 && errno == ENOMEM) log_err("fio: you may need to run this job as root\n"); - if (td->o.mem_type == MEM_SHMHUM) { + if (td->o.mem_type == MEM_SHMHUGE) { if (errno == EINVAL) log_err("fio: check that you have free huge pages and that hugepage-size is correct.\n"); else if (errno == ENOSYS)