Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2022 12:03:46 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 81d4309f9bc1 - main - safe(4): Fix a typo in a source code comment
Message-ID:  <202204021203.232C3kaS075686@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=81d4309f9bc1a651066b19d02b766f1386d558df

commit 81d4309f9bc1a651066b19d02b766f1386d558df
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 12:03:17 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 12:03:17 +0000

    safe(4): Fix a typo in a source code comment
    
    - s/multple/multiple/
    
    MFC after:      3 days
---
 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 cc1f16fc9ed3..2bebac01519e 100644
--- a/sys/dev/safe/safe.c
+++ b/sys/dev/safe/safe.c
@@ -1781,7 +1781,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?202204021203.232C3kaS075686>