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-09 06:18:32 +0000
commit6fa8b6da9fb6b61237dcee8b3e38c89d7039cb1e (patch)
tree19951d111cad511a3a520a218324206987f98c56
parent59e9d67a494adc36e130e77b9026b780664ca035 (diff)
downloadsrc-6fa8b6da9fb6b61237dcee8b3e38c89d7039cb1e.tar.gz
src-6fa8b6da9fb6b61237dcee8b3e38c89d7039cb1e.zip
safe(4): Fix a typo in a source code comment
- s/multple/multiple/ (cherry picked from commit 81d4309f9bc1a651066b19d02b766f1386d558df)
-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 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)