diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2018-02-23 18:15:50 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2018-02-23 18:15:50 +0000 |
| commit | 315fbaeca2e074a78a1f1698169338972a49122e (patch) | |
| tree | 9643f275f62afb95962cc4f9c53fd1869d8bef81 /sys/dev/xen/blkback | |
| parent | 93b9f3b11451911d13144adaea44c59b52355d6a (diff) | |
Notes
Diffstat (limited to 'sys/dev/xen/blkback')
| -rw-r--r-- | sys/dev/xen/blkback/blkback.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/xen/blkback/blkback.c b/sys/dev/xen/blkback/blkback.c index bd7a013f8039..9744c8da73cb 100644 --- a/sys/dev/xen/blkback/blkback.c +++ b/sys/dev/xen/blkback/blkback.c @@ -251,7 +251,7 @@ struct xbb_xen_reqlist { uint8_t *kva; /** - * Base, psuedo-physical address, corresponding to the start + * Base, pseudo-physical address, corresponding to the start * of this request's kva region. */ uint64_t gnt_base; @@ -590,7 +590,7 @@ struct xbb_softc { */ vm_offset_t kva; - /** Psuedo-physical address corresponding to kva. */ + /** Pseudo-physical address corresponding to kva. */ uint64_t gnt_base_addr; /** The size of the global kva pool. */ @@ -936,7 +936,7 @@ xbb_reqlist_ioaddr(struct xbb_xen_reqlist *reqlist, int pagenr, int sector) /** * Given a page index and 512b sector offset within that page, calculate - * an offset into the local psuedo-physical address space used to map a + * an offset into the local pseudo-physical address space used to map a * front-end's request data into a request. * * \param reqlist The request list structure whose pseudo-physical region |
