mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
safe(4): Remove a double word in a source code comment
- s/of of/of/
(cherry picked from commit 1bbdcf62d3
)
This commit is contained in:
parent
b6ddbb47e1
commit
8e73397eb6
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue