From: Enming Zhang Date: Sun, 3 Dec 2017 09:50:10 +0000 (+0800) Subject: configure: fix typos X-Git-Tag: fio-3.3~20^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=6266dd72e3d2344abdea2a8a0e30a9939774a725;hp=af7fb4aa2835b82847701237783c9ebe8ec8239a;p=fio.git configure: fix typos check for rbd_invaidate_cache() --> check for rbd_invalidate_cache() Signed-off-by: Enming Zhang --- diff --git a/configure b/configure index 31ba8229..d92bb0f5 100755 --- a/configure +++ b/configure @@ -1586,7 +1586,7 @@ print_config "rbd_poll" "$rbd_poll" fi ########################################## -# check for rbd_invaidate_cache() +# check for rbd_invalidate_cache() if test "$rbd_inval" != "yes" ; then rbd_inval="no" fi