diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-21 08:27:52 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-21 08:27:52 +0000 |
commit | 8ab93005a6e5a32e13b8b648da73f2cdea25439b (patch) | |
tree | 8d73d841ea7e6f161fa8d6e0c0388c15bd47b0bc /sys/dev | |
parent | dcd644afb205f57db30282683d939886a93a1df2 (diff) |
onbard -> onboard
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/tc/if_le_tc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tc/if_le_tc.c b/sys/dev/tc/if_le_tc.c index 73f82406514..3d5bc84875b 100644 --- a/sys/dev/tc/if_le_tc.c +++ b/sys/dev/tc/if_le_tc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le_tc.c,v 1.12 2014/12/22 02:28:52 tedu Exp $ */ +/* $OpenBSD: if_le_tc.c,v 1.13 2022/02/21 08:27:51 jsg Exp $ */ /* $NetBSD: if_le_tc.c,v 1.12 2001/11/13 06:26:10 lukem Exp $ */ /* @@ -98,7 +98,7 @@ le_tc_attach(struct device *parent, struct device *self, void *aux) /* * TC lance boards have onboard SRAM buffers. DMA - * between the onbard RAM and main memory is not possible, + * between the onboard RAM and main memory is not possible, * so DMA setup is not required. */ |