From ee1e921bed51452e0d5a415cd550565b3c97806f Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 9 Oct 2025 18:55:18 -0400 Subject: kern: iotap: Fix typo in comment Signed-off-by: Ian Moffett --- src/sys/include/sys/iotap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sys/include/sys/iotap.h b/src/sys/include/sys/iotap.h index 59d8225..60e1528 100644 --- a/src/sys/include/sys/iotap.h +++ b/src/sys/include/sys/iotap.h @@ -41,7 +41,7 @@ #define IOTAP_OPC_READ 0x0000 /* - * An I/O tap message that can be send to + * An I/O tap message that can be sent to * the kernel to perform an operation on * a tap. * -- cgit v1.2.3