aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2019-09-05 07:30:51 -0400
committerFelipe Franciosi <felipe@nutanix.com>2019-09-05 16:45:35 +0100
commit1f9200905be52d8e26f23eda165636726f95072b (patch)
tree95b5d7c1da45852405655d3a849694210ca4c878 /lib
parent9a3cd486d285f507bf8d151db3218af234889d6d (diff)
downloadlibvfio-user-1f9200905be52d8e26f23eda165636726f95072b.zip
libvfio-user-1f9200905be52d8e26f23eda165636726f95072b.tar.gz
libvfio-user-1f9200905be52d8e26f23eda165636726f95072b.tar.bz2
fix typo
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/libmuser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libmuser.c b/lib/libmuser.c
index c10348c..5a4fb95 100644
--- a/lib/libmuser.c
+++ b/lib/libmuser.c
@@ -493,7 +493,7 @@ do_muser_ioctl(lm_ctx_t * lm_ctx, struct muser_cmd_ioctl *cmd_ioctl, void *data)
if (lm_ctx->reset) {
return lm_ctx->reset(lm_ctx->pvt);
}
- lm_log(lm_ctx, LM_DBG, "reset called but not reset function preset\n");
+ lm_log(lm_ctx, LM_DBG, "reset called but not reset function present\n");
break;
}