Date: Fri, 3 Dec 2021 15:58:06 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: 00514825c042 - stable/12 - xen(4): Fix two typos in source code comments Message-ID: <202112031558.1B3Fw6iF063177@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=00514825c0426179c77fbbe2f86fadeb3f31c462 commit 00514825c0426179c77fbbe2f86fadeb3f31c462 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-11-30 09:39:42 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-12-03 15:56:29 +0000 xen(4): Fix two typos in source code comments - s/segement/segment/ (cherry picked from commit e3080a9cca1b94ded20b42b653b97e49306d94d2) --- sys/dev/xen/blkfront/block.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/xen/blkfront/block.h b/sys/dev/xen/blkfront/block.h index b48139659b51..5ec43ff71bc8 100644 --- a/sys/dev/xen/blkfront/block.h +++ b/sys/dev/xen/blkfront/block.h @@ -40,7 +40,7 @@ * \note This calculation assumes that all but the first and last segments * of the I/O are fully utilized. * - * \note We reserve a segement from the maximum supported by the transport to + * \note We reserve a segment from the maximum supported by the transport to * guarantee we can handle an unaligned transfer without the need to * use a bounce buffer. */ @@ -54,7 +54,7 @@ * \note This calculation assumes that all but the first and last segments * of the I/O are fully utilized. * - * \note We reserve a segement to guarantee we can handle an unaligned + * \note We reserve a segment to guarantee we can handle an unaligned * transfer without the need to use a bounce buffer. */ #define XBD_SIZE_TO_SEGS(size) \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112031558.1B3Fw6iF063177>