git: 982015d2d2e7 - main - xen(3): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Mon, 28 Mar 2022 17:33:01 UTC
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=982015d2d2e7992b83eb6141e5a36c9774387ac2

commit 982015d2d2e7992b83eb6141e5a36c9774387ac2
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-03-27 16:54:13 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-03-28 17:32:53 +0000

    xen(3): Fix a typo in a source code comment
    
    - s/mmaping/mapping/
    
    MFC after:      3 days
---
 sys/xen/gntdev.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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