diff options
author | Thanos Makatos <thanos.makatos@nutanix.com> | 2020-10-29 17:55:08 -0400 |
---|---|---|
committer | Thanos Makatos <thanos.makatos@nutanix.com> | 2020-10-29 17:55:08 -0400 |
commit | 05a1d6d9bc63370e59fe7fd7c5e8acd57249e315 (patch) | |
tree | 89c5ce33cc4f5a0cc5d33c32ff87be8edaa4d10a | |
parent | b08d346fbfbdd8d4a6324b404d48472e931f667a (diff) | |
download | libvfio-user-05a1d6d9bc63370e59fe7fd7c5e8acd57249e315.zip libvfio-user-05a1d6d9bc63370e59fe7fd7c5e8acd57249e315.tar.gz libvfio-user-05a1d6d9bc63370e59fe7fd7c5e8acd57249e315.tar.bz2 |
fix typo
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
-rw-r--r-- | lib/muser.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |