diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2021-08-14 08:08:49 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2021-08-14 08:08:49 +0000 |
| commit | 288e553623d3f8ac33baaabc93a4f030689755d2 (patch) | |
| tree | 202dc381d2345a383278761cad5ab6286a1c2575 /sys/dev/ce | |
| parent | 34f620f1d0cfa67f5987452ac3fdd8c113b6b099 (diff) | |
Diffstat (limited to 'sys/dev/ce')
| -rw-r--r-- | sys/dev/ce/ceddk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ce/ceddk.c b/sys/dev/ce/ceddk.c index cca95c891964..569476040a93 100644 --- a/sys/dev/ce/ceddk.c +++ b/sys/dev/ce/ceddk.c @@ -245,7 +245,7 @@ static void TAU32_CALLBACK_TYPE ce_on_receive c->error (c, CE_OVERRUN); } else { CE_DDK_DEBUG (b, c, ("Another receive error: %x\n", error)); - /* Do some procesing */ + /* Do some processing */ } CE_ASSERT (!req->pInternal); @@ -297,7 +297,7 @@ static void TAU32_CALLBACK_TYPE ce_on_transmit } else { CE_DDK_DEBUG (c->board, c, ("Another transmit error: %x\n", error)); - /* Do some procesing */ + /* Do some processing */ } CE_ENQUEUE (c->tx_queue, req); |
