git: 6fa8b6da9fb6 - stable/13 - safe(4): Fix a typo in a source code comment

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

URL: https://cgit.FreeBSD.org/src/commit/?id=6fa8b6da9fb6b61237dcee8b3e38c89d7039cb1e

commit 6fa8b6da9fb6b61237dcee8b3e38c89d7039cb1e
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:18:32 +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 46cd8e1b6147..7fc5c9c80929 100644
--- a/sys/dev/safe/safe.c
+++ b/sys/dev/safe/safe.c
@@ -1783,7 +1783,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)