From: Martin Steigerwald Date: Tue, 24 May 2016 09:06:49 +0000 (+0200) Subject: Spelling fix. Reported by DebianĀ“s lintian. X-Git-Tag: fio-2.11~6 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=dd117eb614043fa01480e6a903b8aac6df5bbf80 Spelling fix. Reported by DebianĀ“s lintian. --- 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"); } }