diff options
author | Ian Moffett <ian@osmora.org> | 2025-10-09 18:55:18 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-10-09 18:55:18 -0400 |
commit | ee1e921bed51452e0d5a415cd550565b3c97806f (patch) | |
tree | 6271e4c65f6ee287df019b8b0e00f6167640d8eb /src | |
parent | 7fa009c315849fde322fd7012c956bc591cf7649 (diff) |
kern: iotap: Fix typo in comment
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/sys/include/sys/iotap.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. * |