Date: Sat, 9 Apr 2022 06:33:18 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: a9671050d396 - stable/12 - safe(4): Fix a typo in a source code comment Message-ID: <202204090633.2396XIqT061792@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=a9671050d396855e152087a758b5693ec5e45999 commit a9671050d396855e152087a758b5693ec5e45999 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 12:03:17 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 06:21:33 +0000 safe(4): Fix a typo in a source code comment - s/multple/multiple/ (cherry picked from commit 81d4309f9bc1a651066b19d02b766f1386d558df) --- sys/dev/safe/safe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/safe/safe.c b/sys/dev/safe/safe.c index 0edaea85f5b6..2c1dbbb74c9a 100644 --- a/sys/dev/safe/safe.c +++ b/sys/dev/safe/safe.c @@ -1971,7 +1971,7 @@ safe_dmamap_aligned(const struct safe_operand *op) * fix that size at SAFE_MAX_DSIZE bytes. This routine returns * 0 if some segment is not a multiple of of this size, 1 if all * segments are exactly this size, or 2 if segments are at worst - * a multple of this size. + * a multiple of this size. */ static int safe_dmamap_uniform(const struct safe_operand *op)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090633.2396XIqT061792>