aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2024-04-20 12:12:23 +0000
committerGordon Bergling <gbe@FreeBSD.org>2024-04-20 12:12:23 +0000
commit1bbdcf62d3ac8fbea2d4c5b37ccd9ac2032d37d7 (patch)
tree942b226cd9a6a283cd9d4875aa09ebb423f3fbbb
parent604511f84ae6378db25ae3080e9db2e3bc9e0811 (diff)
downloadsrc-1bbdcf62d3ac8fbea2d4c5b37ccd9ac2032d37d7.tar.gz
src-1bbdcf62d3ac8fbea2d4c5b37ccd9ac2032d37d7.zip
safe(4): Remove a double word in a source code comment
- s/of of/of/ 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 bafee29b9a9a..da2afbd38fad 100644
--- a/sys/dev/safe/safe.c
+++ b/sys/dev/safe/safe.c
@@ -1777,7 +1777,7 @@ safe_dmamap_aligned(const struct safe_operand *op)
* of an operation. The hardware requires that each ``particle''
* but the last in an operation result have the same size. We
* 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
+ * 0 if some segment is not a multiple of this size, 1 if all
* segments are exactly this size, or 2 if segments are at worst
* a multiple of this size.
*/