aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-02 12:03:17 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-02 12:03:17 +0000
commit81d4309f9bc1a651066b19d02b766f1386d558df (patch)
tree868773e05a7c9fc872e1c276ecd0e3f1278aff98
parentf9254cc6caee1551954fa2de8fed5c0dae7c3eb1 (diff)
downloadsrc-81d4309f9bc1a651066b19d02b766f1386d558df.tar.gz
src-81d4309f9bc1a651066b19d02b766f1386d558df.zip
safe(4): Fix a typo in a source code comment
- s/multple/multiple/ MFC after: 3 days
-rw-r--r--sys/dev/safe/safe.c2
1 files changed, 1 insertions, 1 deletions
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)