summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/tc/if_le_tc.c4
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.
*/