bhnd(4): Fix a typo in a source code comment

- s/impementations/implementations/

MFC after:	3 days
This commit is contained in:
Gordon Bergling
2026-04-04 09:03:51 +02:00
parent 9eea5eccf4
commit 04be4d04bb
+1 -1
View File
@@ -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.