Date: Sat, 2 Apr 2022 13:43:46 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 77acffb57374 - stable/12 - xen(3): Fix a typo in a source code comment Message-ID: <202204021343.232Dhk99017573@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=77acffb5737415c0ab6e8d94fcaf90a9820ec615 commit 77acffb5737415c0ab6e8d94fcaf90a9820ec615 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:39:03 +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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204021343.232Dhk99017573>