From 04be4d04bbcbd061455b4424488b06927487a948 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 4 Apr 2026 09:03:51 +0200 Subject: [PATCH] bhnd(4): Fix a typo in a source code comment - s/impementations/implementations/ MFC after: 3 days --- sys/dev/bhnd/bhnd_bus_if.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/bhnd/bhnd_bus_if.m b/sys/dev/bhnd/bhnd_bus_if.m index 6ae56ceeb19..7060f944c99 100644 --- a/sys/dev/bhnd/bhnd_bus_if.m +++ b/sys/dev/bhnd/bhnd_bus_if.m @@ -533,7 +533,7 @@ METHOD int read_board_info { /** * Notify a bhnd bus that a child was added. * - * This method must be called by concrete bhnd(4) driver impementations + * This method must be called by concrete bhnd(4) driver implementations * after @p child's bus state is fully initialized. * * @param dev The bhnd bus whose child is being added.