From 05a1d6d9bc63370e59fe7fd7c5e8acd57249e315 Mon Sep 17 00:00:00 2001 From: Thanos Makatos Date: Thu, 29 Oct 2020 17:55:08 -0400 Subject: fix typo Signed-off-by: Thanos Makatos --- lib/muser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/muser.h b/lib/muser.h index 5e67c06..3c24a7a 100644 --- a/lib/muser.h +++ b/lib/muser.h @@ -511,7 +511,7 @@ lm_dma_write(lm_ctx_t *lm_ctx, dma_addr_t addr, size_t count, void *data); */ /** - * Returns the non-standard part of the PCI configuragion space. + * Returns the non-standard part of the PCI configuration space. */ uint8_t * lm_get_pci_non_std_config_space(lm_ctx_t *lm_ctx); -- cgit v1.1