Spelling fix. Reported by DebianĀ“s lintian.
[fio.git] / memory.c
index c04d7dfa6cf4205c7e9afc6f63d41c7bfdb7234d..af4d5ef8ee371701f02806369a3581ecfdc42628 100644 (file)
--- 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");
                        }
                }