diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2022-04-02 12:03:17 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-04-09 06:21:33 +0000 |
| commit | a9671050d396855e152087a758b5693ec5e45999 (patch) | |
| tree | 226ed9a2e342a50d0d7f8f8f6035fdf4b45426b7 /sys/dev/safe | |
| parent | a20554d450d5f5c7081e71457ecd0d2b7ce5d46f (diff) | |
Diffstat (limited to 'sys/dev/safe')
| -rw-r--r-- | sys/dev/safe/safe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/safe/safe.c b/sys/dev/safe/safe.c index 0edaea85f5b6..2c1dbbb74c9a 100644 --- a/sys/dev/safe/safe.c +++ b/sys/dev/safe/safe.c @@ -1971,7 +1971,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) |
