git: 8e73397eb632 - stable/13 - safe(4): Remove a double word in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Apr 2024 05:27:07 UTC
The branch stable/13 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=8e73397eb632ca273e8d4b01695393f12dcce62c
commit 8e73397eb632ca273e8d4b01695393f12dcce62c
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-04-20 12:12:23 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-04-23 05:26:00 +0000
safe(4): Remove a double word in a source code comment
- s/of of/of/
(cherry picked from commit 1bbdcf62d3ac8fbea2d4c5b37ccd9ac2032d37d7)
---
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 8ce093b637db..f33905b1ce57 100644
--- a/sys/dev/safe/safe.c
+++ b/sys/dev/safe/safe.c
@@ -1779,7 +1779,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.
*/