Merge branch 'genfio-tempfile' of https://github.com/scop/fio
[fio.git] / engines / librpma_fio.c
index dfd8218006c0f0e8d33741b085daf6291c73517e..34818904d0c3d6a3542e553fe3a104512313379f 100644 (file)
@@ -426,7 +426,7 @@ int librpma_fio_client_post_init(struct thread_data *td)
 
        /*
         * td->orig_buffer is not aligned. The engine requires aligned io_us
-        * so FIO alignes up the address using the formula below.
+        * so FIO aligns up the address using the formula below.
         */
        ccd->orig_buffer_aligned = PTR_ALIGN(td->orig_buffer, page_mask) +
                        td->o.mem_align;