Whamcloud - gitweb
undo-io: add new calls to and speed up the undo io manager
[tools/e2fsprogs.git] / lib / ext2fs / inline.c
index eef3dda..05da1f7 100644 (file)
@@ -99,7 +99,7 @@ static errcode_t test_memalign(unsigned long align)
        if (!retval && !isaligned(ptr, align))
                retval = EINVAL;
        free(ptr);
-       printf("tst_memliagn(%lu): %s\n", align, 
+       printf("tst_memalign(%lu) is %s\n", align,
               retval ? error_message(retval) : "OK");
        return retval;
 }