From: Heinrich Schuchardt Date: Sat, 8 Jun 2024 04:12:44 +0000 (+0200) Subject: dm: typo prbing X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=53de4841bda27c0068ae4c1684e0cabc271d7951;p=u-boot.git dm: typo prbing %s/prbing/probing/ Signed-off-by: Heinrich Schuchardt Reviewed-by: Quentin Schulz Reviewed-by: Igor Opaniuk --- diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig index 1081d61fcf..754649f091 100644 --- a/drivers/core/Kconfig +++ b/drivers/core/Kconfig @@ -113,7 +113,7 @@ config DM_EVENT select EVENT help This enables support for generating events related to driver model - operations, such as prbing or removing a device. Subsystems can + operations, such as probing or removing a device. Subsystems can register a 'spy' function that is called when the event occurs. Such subsystems must select this option.