git: 2da9a5a3a213 - stable/13 - xen(3): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 02 Apr 2022 13:35:42 UTC
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=2da9a5a3a2130064a3ba392083d52c434de98012

commit 2da9a5a3a2130064a3ba392083d52c434de98012
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-03-27 16:54:13 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 13:32:40 +0000

    xen(3): Fix a typo in a source code comment
    
    - s/mmaping/mapping/
    
    (cherry picked from commit 982015d2d2e7992b83eb6141e5a36c9774387ac2)
---
 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