From dd117eb614043fa01480e6a903b8aac6df5bbf80 Mon Sep 17 00:00:00 2001 From: Martin Steigerwald Date: Tue, 24 May 2016 11:06:49 +0200 Subject: [PATCH] =?utf8?q?Spelling=20fix.=20Reported=20by=20Debian=C2=B4s?= =?utf8?q?=20lintian.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } } -- 2.25.1