diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-09-01 03:09:02 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-09-01 03:09:02 +0000 |
commit | 8843f728ee2c92e18014e330b879ac9f0bb93639 (patch) | |
tree | c66cfdddfc368a45d3465565e5485c6e1e28ecbc /sys/dev/ic/w83l518d_sdmmc.c | |
parent | 3f2fb497e840a4b0f77d4130f79bb2673724aa8b (diff) |
spelling; checked by jmc@, ok miod@ mglocker@ krw@
Diffstat (limited to 'sys/dev/ic/w83l518d_sdmmc.c')
-rw-r--r-- | sys/dev/ic/w83l518d_sdmmc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/w83l518d_sdmmc.c b/sys/dev/ic/w83l518d_sdmmc.c index 51d4fdde6a6..439e65893ce 100644 --- a/sys/dev/ic/w83l518d_sdmmc.c +++ b/sys/dev/ic/w83l518d_sdmmc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: w83l518d_sdmmc.c,v 1.5 2020/01/22 03:26:02 cheloha Exp $ */ +/* $OpenBSD: w83l518d_sdmmc.c,v 1.6 2024/09/01 03:08:56 jsg Exp $ */ /* $NetBSD: w83l518d_sdmmc.c,v 1.1 2009/09/30 20:44:50 jmcneill Exp $ */ /* @@ -75,7 +75,7 @@ void wb_sdmmc_card_intr_ack(sdmmc_chipset_handle_t); struct sdmmc_chip_functions wb_sdmmc_chip_functions = { /* host controller reset */ wb_sdmmc_host_reset, - /* host controlle capabilities */ + /* host controller capabilities */ wb_sdmmc_host_ocr, wb_sdmmc_host_maxblklen, /* card detection */ |