aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ce
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-08-14 08:08:49 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-08-19 07:35:33 +0000
commit85639326a98a34f818c01472ccfdb06b8473ede8 (patch)
tree00b8feab04161b21ebdc46d6f9f1b6ca78851d23 /sys/dev/ce
parent54e111ec0c74dc7ae50758aaaa8d34571a3bc3b0 (diff)
Diffstat (limited to 'sys/dev/ce')
-rw-r--r--sys/dev/ce/ceddk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ce/ceddk.c b/sys/dev/ce/ceddk.c
index 96419ee086d3..9934cbfb6b99 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);