aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-03-27 16:54:13 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-02 13:32:40 +0000
commit2da9a5a3a2130064a3ba392083d52c434de98012 (patch)
tree8be576f33f33fb9496510da10952e3aa7160a61e
parent0954cb209c1652b185a7030c68f31e8878382e9b (diff)
downloadsrc-2da9a5a3a2130064a3ba392083d52c434de98012.tar.gz
src-2da9a5a3a2130064a3ba392083d52c434de98012.zip
xen(3): Fix a typo in a source code comment
- s/mmaping/mapping/ (cherry picked from commit 982015d2d2e7992b83eb6141e5a36c9774387ac2)
-rw-r--r--sys/xen/gntdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/xen/gntdev.h b/sys/xen/gntdev.h
index 18b3b8154486..fec929e6f666 100644
--- a/sys/xen/gntdev.h
+++ b/sys/xen/gntdev.h
@@ -83,7 +83,7 @@
* 1. The map hypercall is not made till the region is mmapped.
* 2. The unit is defined by the map ioctl. This means that only one
* unmap notification can be set on a group of pages that were
- * mapped together in one ioctl, and also no single mmaping of contiguous
+ * mapped together in one ioctl, and also no single mapping of contiguous
* grant-maps is possible.
* 3. You can mmap the same grant-map region multiple times.
* 4. The grant is not unmapped until both of the following conditions are met